.webgl-content .logo, .progress {position: absolute; left: 18%; top: 65%; -webkit-transform: translate(-18%, -65%); transform: translate(-18%, -65%);}
.webgl-content .logo {background: url('SplashScreen.png') no-repeat center / contain; width: 960px; height: 600px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('SplashScreen.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Light.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Light.png');}