.ios-fullscreen{width:100vw;height:120vh;position:absolute;top:0;left:0;z-index:9001;display:none}.ios-fullscreen.enabled{display:block}.ios-fullscreen.hidden{z-index:-1}.ios-fullscreen-info{width:100vw;height:100vh;position:fixed;top:0;display:flex;justify-content:center;align-items:center;font-size:40px;color:#fff;background:#00000080;transition:opacity .25s ease-in-out;opacity:1}.ios-fullscreen-info img{width:20vw;animation:swipeUp 2s ease-in-out infinite}.ios-fullscreen-info.hidden{opacity:0;z-index:-1}.ios-fullscreen-info.hidden img{display:none}.rotate-to-portrait-info{width:100vw;height:100vh;position:fixed;top:0;display:flex;justify-content:center;align-items:center;font-size:40px;color:#fff;background:#000000bf;transition:opacity .25s ease-in-out;opacity:1}.rotate-to-portrait-info img{width:30vw}.rotate-to-portrait-info.hidden{opacity:0;z-index:-1}.rotate-to-portrait-info.hidden img{display:none}@keyframes swipeUp{0%{margin-bottom:0}66%{margin-bottom:30vh}to{margin-bottom:30vh}}
