@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        position: relative;
        width: 100% !important;
    }

    * {
        max-width: 100vw !important;
    }
}