#game-inner,#game-inner #bg-wrapper .bg,#game-inner #non-orientation{position:absolute;background-repeat:no-repeat;background-position:center}#game-inner,#game-inner #bg-wrapper,html body{width:100%;height:100%}#game-inner{display:block;background-color:#0b2239;background-size:cover;min-width:320px;max-height:100vh}#game-inner #bg-wrapper{position:absolute;background-color:#0b2239}#game-inner #bg-wrapper .bg{transition:all .5s ease-in-out;opacity:0;width:100%;height:100%;background-size:cover}#game-inner #bg-wrapper .bg.bg0{background-image:url(../media/images/page-background-00.jpg)}#game-inner #bg-wrapper .bg.bg1{background-image:url(../media/images/page-background-01.jpg)}#game-inner #bg-wrapper .bg.bg2{background-image:url(../media/images/page-background-02.jpg)}#game-inner #bg-wrapper .bg.bg3{background-image:url(../media/images/page-background-03.jpg)}#game-inner #bg-wrapper .bg.bg4{background-image:url(../media/images/page-background-04.jpg)}#game-inner #bg-wrapper .bg.bg5{background-image:url(../media/images/page-background-05.jpg)}#game-inner #bg-wrapper .bg.bg6{background-image:url(../media/images/page-background-06.jpg)}#game-inner #bg-wrapper .bg.show{opacity:1}#game-inner #game{position:relative;height:100vh;min-width:320px;min-height:480px}#game-inner #game canvas{max-width:100vw;max-height:100vh;min-width:320px;min-height:480px}#game-inner #game.hide,#game-inner #game.landscape{display:none}#game-inner #game.mobile{max-height:90vh}#game-inner #non-orientation{margin:0 auto;top:0;left:0;width:100vw;height:100vh;background-color:#061a23;background-image:url(../media/images/orientation.jpg);background-size:contain;z-index:9999999;display:none}#game-inner #non-orientation.show{display:block}html body{margin:0;padding:0;background-color:#000}