@media screen and (max-width:768px) {
  body {
    overflow-x: hidden;
  }
}
