.mobile-view-lock {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1024px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    body {
        overscroll-behavior-x: contain;
        touch-action: pan-y;
    }
}
