@media (min-aspect-ratio: 17/9) and (orientation: landscape) {html {font-size: 0.9vw}}
@media (max-aspect-ratio: 17/9) and (orientation: landscape) {html {font-size: 1.0vw}}
@media (max-aspect-ratio: 16/9) and (orientation: landscape) {html {font-size: 1.05vw}}
@media (max-aspect-ratio: 15/9) and (orientation: landscape) {html {font-size: 1.10vw}}
@media (max-aspect-ratio: 14/9) and (orientation: landscape) {html {font-size: 1.15vw}}
@media (max-aspect-ratio: 13/9) and (orientation: landscape) {html {font-size: 1.20vw}}
@media (max-aspect-ratio: 12/9) and (orientation: landscape) {html {font-size: 1.25vw}}
@media (max-aspect-ratio: 11/9) and (orientation: landscape) {html {font-size: 1.30vw}}
@media (max-aspect-ratio: 10/9) and (orientation: landscape) {html {font-size: 1.4vh}}

@media (min-aspect-ratio: 9/17) and (orientation: portrait) {html {font-size: 0.55vh}}
@media (max-aspect-ratio: 9/17) and (orientation: portrait) {html {font-size: 0.60vh}}
@media (max-aspect-ratio: 9/16) and (orientation: portrait) {html {font-size: 0.65vh}}
@media (max-aspect-ratio: 9/15) and (orientation: portrait) {html {font-size: 0.70vh}}
@media (max-aspect-ratio: 9/14) and (orientation: portrait) {html {font-size: 0.75vh}}
@media (max-aspect-ratio: 9/13) and (orientation: portrait) {html {font-size: 0.80vh}}
@media (max-aspect-ratio: 9/12) and (orientation: portrait) {html {font-size: 0.85vh}}
@media (max-aspect-ratio: 9/11) and (orientation: portrait) {html {font-size: 0.90vh}}
@media (orientation: portrait) {html {font-size: 0.95vh}}