
body {
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow:hidden;
    background-color: #231F20;
    background-color: #000000;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    position: static;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Open Sans', sans-serif;
    /* min-width: 1000px; */
}
#main-container{
    display: block;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
   height: 100%;
   margin: 0;
 }
#player-container{
    position: absolute;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
 }
#unity-container { position: absolute; padding: 0px; width: 100%; height: 100%;}
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #000000; width: 100%; height: 100%; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 317px; height: 352px; background: url('unity-logo-dark.png'); background-size: contain; no-repeat center }
#unity-progress-bar-empty { width: 317px; height: 18px;  background: url('progress-bar-empty-dark.png') no-repeat center; background-size:317px 18px}
#unity-progress-bar-full { width: 0%; height: 18px; background: url('progress-bar-full-dark.png') no-repeat center; background-size:317px 18px}
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.floatbottomLeft{
    width:50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: fixed;
   left: 0;
   top: 0;
}
 span.imgbutton{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
 }
.fullscreenON .imgbutton{
    background-image: url("fullscreenON.png") ;
    
 }
 .fullscreenOFF .imgbutton{
    background-image: url("fullscreenOFF.png") ;
 }
