@media screen and (max-width: 900px) {
    .navbar-toggler {
        background-color: #fff !important;
    }

    .bg-fixed{
        background-attachment: unset !important; 
    }
    
}