@media (min-width: 768px) {
    
    #sidebar-wrapper.sidebar-toggle {
        transition: 0s;
        left: 200px;
    }
}