.vswipe {
  height: 100dvh;
  overflow-x: auto;
  scroll-snap-type: y mandatory;
}

.vswipeitem {
  height: 100%;
  scroll-snap-align: start;
}
