
body { padding: 0; margin: 0; overflow: hidden;} 

#unity-container { position: absolute }
#unity-container.unity-desktop { width: 100% ; height: 100%; }
#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; margin-top: 0%; }
#unity-logo { width: 250px; height: 250px; background: url('restauraTHYSSEN_logo.svg'); display: block; margin-left: auto; margin-right: auto;}
#digalix-logo { width: 154px; height: 130px; background: url('Logo_DigaliX.png'); display: block; margin-left: auto; margin-right: auto; margin-top: 60%;}
#unity-progress-bar-empty { width: 300px; height: 20px; margin-top: 40%; background: url('Barra_carga_vacia.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 20px; margin-top: 10px; background: url('Barra_carga_llena.png') no-repeat center }
#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-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }




@media all and (max-height: 800px) {
    #unity-container { position: absolute }
    #unity-container.unity-desktop { width: 100% ; height: 100%; }
    #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; margin-top: 0%; }
    #unity-logo { width: 150px; height: 150px;  background: url('restauraTHYSSEN_logo.svg') no-repeat; display: block; margin-left: auto; margin-right: auto; }
    #digalix-logo { width: 77px; height: 60px; background: url('Logo_DigaliX_pequeño.png') no-repeat; display: block; margin-left: auto; margin-right: auto; margin-top: 20%;}
    #unity-progress-bar-empty { width: 200px; height: 20px; margin-top: 20%x; background: url('Barra_carga_vacia_pequeña.png') no-repeat center }
    #unity-progress-bar-full { width: 0%; height: 20px; margin-top: 10px; background: url('Barra_carga_llena_pequeña.png') no-repeat center }
    #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-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
}
