html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  max-width: 100vw;
  position: relative;
}

* {
  box-sizing: border-box;
}

