Skip to main content

Horizontal Scroll Stop

html, body {
    max-width: 100%;
    overflow-x: hidden;
}