@media screen and (min-width: 200px) and (max-width: 567px) and (orientation: landscape) {
html {
transform: rotate(-90deg);
transform-origin: left top;
width: 100vh;
overflow-x: hidden;
position: absolute;
}
}
@media screen and (min-width: 200px)...
