@media(max-width:600px){
    .menu-wrap{
        background-color: transparent;
    }
    .sticky-wrapper.sticky{

        display: none;
    }
    body {
        overflow-x: hidden !important;     
    }
    
}