/*prevent horizontal scroll on mobile*/ @media all and (max-width: 980px) { html, body { overflow-x: hidden; } body { position: relative } }