@media only screen and (orientation:landscape) and (min-width: 601px) and (max-width: 1199px) {
  body {
    height: 100vw;
    transform: rotate(90deg);
  }
}