@media (min-width: 992px) {
    #cv-sidebar {
        border-right: 1px solid #2f2f2f;
        border-bottom: none;
        max-width: 320px;
    }
}

@media (max-width: 991px) {
    #cv-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #2f2f2f !important;
    }
}