/* Desire Gym Fix Page Jumping CSS */

html,body {
    overflow-x: clip !important;
    max-width: 100vw !important;
}

body {
    position: relative !important;
    width: 100% !important;
}