@media only screen and (max-width: 540px) {
    body{
        overflow-x: hidden;
    }
    
}