#unity-container * {width:100vw; height:56.25vw;border: 0; margin: 0; padding: 0}
#unity-container {width:100vw; height:56.25vw;border: 0; margin: 0; padding: 0;overflow:none;}
#unity-container .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
#unity-container .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 220px; height: 130px;}
#unity-container .progress {height: 14px; width: 141px; margin-top: 50px;}
#unity-container .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
#unity-container .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

#unity-container .logo.Dark {background-image: url('progressLogo.Dark.png');}
#unity-container .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
#unity-container .progress.Dark .full {background-image: url('progressFull.Dark.png');}

body{
    margin:0;
    width: 100%;
    height:100%;
    overflow: hidden;
}
canvas {
    margin: 0 auto;
    display: block;
    width: 100%;
    height:100%;
}
