body { padding: 0; margin: 0; }
#unity-container { position: absolute; width: 100%; height: 100%; left: 0%; top: 0%;  background: radial-gradient(circle, #2774b3 0%, #21384e 100%);}
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%);  }
#unity-container.unity-mobile { width: 100%; height: 100%; overflow-y: hidden; }
#unity-canvas { background: #24428e; overflow-y: hidden; }
.unity-mobile #unity-canvas { width: 100%; height: 100%; overflow-y: hidden;}

#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 256; height: 256px; background: url('logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 256px; height: 30px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center; background-size: contain; }
#unity-progress-bar-full { width: 0%; height: 30px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center; background-size: contain; }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }


/* Vertical on desktops */
@media all and (orientation:landscape) {
    body{
        background-color: #2a303e;
    }

    #wrap{width: 100%; height: 100%; z-index: -1; position: relative; background-color: #120e3e;}

    #subBG_L, #subBG_R{
        background: url('WEBGL_BG.jpg') top left no-repeat;
        background-size: contain;
        width:38%;
        height: 99.98vh;
        overflow-y: hidden!important;
        position: absolute!important;
        display: block;
        opacity: 0.33;
    }

    #subBG_R{
        background: url('WEBGL_BG_right.jpg') top right no-repeat;
        background-size: contain;
        position: absolute!important;
        right:0;
        display: block;
    }

    #subBG_L{
        left:0;
    }

    #unity-container {
        position: absolute;
        overflow-y: hidden!important;
        width: 26%;
        max-width: 1000px;
        min-width: 450px;
        box-shadow: 0 0 300px 20px rgb(7, 7, 35);
    }
}
    