@media only screen and (min-width: 300px) and (max-width: 426px) {
    .html, .body {
        overflow-x: hidden;
    }
}