body { padding: 0; margin: 0 }

#container{width: max-content; height: max-content;}
#unity-container { position: absolute }
#unity-container.unity-desktop {height: 100% }
#unity-container.unity-mobile {height: 100% }

#unity-canvas {
    background: #008c78;
    width: 100%;
    height: 100%
}
.unity-mobile #unity-canvas { width: 100%; height: 100%;}

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-warning { position: absolute; left: 50%; top: 60%; transform: translate(-50%,-40%); background: white; padding: 20px; display: none }

#loading-text {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-200%);
    background-image: url('waiting-text.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 558px;
    height: 134px;
}
