/* Mobile overflow fixes */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
}
