/*
 * This stylesheet is enqueued on the front page only. Clip the root scrolling
 * box as well as body so over-wide decorative waves cannot move the viewport.
 */
html,
body.home {
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body.home {
    overflow-x: clip !important;
  }
}
