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