@media screen and (max-width: 480px) {
    .mobile-sidebar {
        width: 100%;
    }
}