.webgl-content .footer {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: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 400px; height: 52px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 360px;}
.webgl-content .logo, .progress {position: absolute; left: 50%; top: 20%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .footer {margin-top: 0; height: 40px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.footer_left{
                bottom: 10px;
    position: absolute;
    text-align: left;
    width: 300px;
    height: 27px;
    font-size: 14px;
   margin:10px 0 0 10px;
    color: #fff !important;
        }
        .footer_center{
            position: absolute;
            left: 400px;
            width:300px;
            height: 35px;
            font-size: 14px;
            margin-left: 10px;
            margin-top: 7px;
            color: #89929D !important;
        }
        .footer_left h3{
            position: absolute;
            height: 35px;
            text-align: center;
        }
        .fullscreen{
            width: 40px !important;
            height: 35px !important;
        }
        .webgl-content .footer {
                z-index: 0;
    
    bottom: 0;
    left: 0;
    right: 0;
    height: 37px;
    background-color: #434448;
        }
        .title{
            float: right;
        }

.webgl-content #gameContainer .logo-link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    width: 350px;
    height: 300px;
    transform: translate(-50%,-50%);
}