body { padding: 0; margin: 0; background-color: #000; }
.content {
    display: flex;
    margin: auto auto;
    flex-direction: row;
    align-items: center;
    flex-flow: row;
    max-width: 100vw;
    width: 100%;
    max-height: 90vh;
    height: 100%;
}

#unity-container { position: absolute; }
#unity-container.unity-desktop { max-width: 90vw !important; left: 50%; top: 50%; transform: translate(-50%, -50%) ; -webkit-transform: translate(-50%, -50%) ; -moz-transform: translate(-50%, -50%) ; -ms-transform: translate(-50%, -50%) ; -o-transform: translate(-50%, -50%) ; }
#unity-container.unity-mobile { width: 100%; height: 100%; min-width: 300px; position: relative; }
/* #unity-canvas { width: 100%; background: #000000; } */
#unity-canvas { width: 100%; background: transparent; }
.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: 192px; height: 192px; background: url('progress-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 192px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.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 { margin-right: 10px; line-height: 38px; text-shadow: 2px 2px #111; padding-top: 8px}
#unity-fullscreen-button { 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 }
