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

main {
  position: relative;
}

@supports (overflow: clip) {
  html,
  body,
  main {
    overflow-x: clip;
  }
}
