@media only screen and (max-width: 991px) {
    #side-col{
        width:100%;
        margin-bottom: 20px;
    }
    #sticky-side{
        width:100%;
    }
    #main-col{
        width: 100%
    }

}