.affix {
    top: 50px;
    width: 19%;
    }
    #sidebar.affix-bottom {
    position: absolute;
    width: 270px;
    }
    @media only screen and (max-width:992px){
        .sidebar{
            display: none;
        }
    }
