@media all and (max-width: 490px) {
  .page {
    scroll-snap-align: center;
  }

  .main {
    scroll-snap-type: x mandatory;
  }
}