/* High-performance scrolling fixes */
html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

