/* FORCE REMOVE ALL HORIZONTAL SCROLLING */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
}

.container, main, section {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

* {
    box-sizing: border-box !important;
}
