.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .progress {height: 32px; width: 644px; margin-top: 100px;}
.webgl-content .progressText {height: 30px; width: 644px; margin-top: -60px; color:white;font-size:1.2vw; text-align:center;}
.webgl-content .progressNumText {height: 100%; width: 100%;  color:white;font-size:27px; text-align:center;margin-top:40px;}
.webgl-content .progressCircle {background: url('loadcircle.png')  no-repeat center / contain; width:120px; height:120px;position: absolute;margin-left:-30px;margin-top:-30px;}
.webgl-content .logo.Dark {background: url('progressLogo.Dark.jpg')  no-repeat center / contain; width:100%; height:100%;}
.webgl-content .progress.Dark .empty {background: url('progressEmpty.Dark.png'); width:548px; height:28px;position: absolute;margin-left:100px;}
.webgl-content .progress.Dark .full {background: url('progressFull.Dark.png'); width:548px; height:32px;position: absolute;margin-left:100px;}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 116px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}

.web-content * {border: 0; margin: 0; padding: 0}
.web-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);width:100%;height:100%;}

.title{
    height: 100px; width: 100%; color:white;font-size:3vw; text-align:center;margin-top:150px;
}
.tnext{
    height: 100px; width: 100%;  color:white;font-size:1.2vw; text-align:center;
}
.tfoot{
    height: 40px; width: 100%;  color:white;font-size:1.5vw; text-align:center;bottom: 10px;position: absolute;
}