@media (max-width: 480px) {
  html,
  body {
    overflow-x: clip;
  }
}
