body { padding: 0; margin: 0 }
#unity-container { position: absolute }
/* #unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) } */
#unity-container {
	width: 100%;
}
#unity-canvas { 
    position: absolute;
    position: static;
    width: 100%;
    height: 100%;
    background: #000000; 
}
#bitzer-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#bitzer-logo {width: 1500px; height: 500px; background: url('Bitzer-Splashscreen.png') no-repeat center; background-size: 50vw }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
/* #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 }
