/* Global overflow fix */
html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    position: relative;
}