body{margin:0;width:100vw;height:100vh;overflow:hidden}@media (orientation:landscape){.landscape{display:flex!important}}@media (orientation:portrait){.portrait{display:flex!important}}.canvas{height:100vh;width:100vw;display:flex;justify-content:center}.canvas,.portrait{align-items:center}.portrait{display:none;flex-direction:column;justify-content:space-between;height:300px}.portrait img{width:50%}.landscape{display:none}