


@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 


@media only screen and (orientation:landscape){
  body {
    height: 100vw;
    transform: rotate(90deg);
  }
}

}