body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: url('bg.png') }
.unity-mobile #unity-canvas { width: 100%; height: 100%; background-size:cover }
#unity-loading-bar { position: absolute; left: 50%; bottom: 140px; transform: translate(-50%, -50%); display: none }
.unity-mobile #unity-loading-bar { bottom: 50px; width: 190px; }

#unity-legal { position: relative; display:block; width:380px;height:50px; color: white; top:180px; text-align: center; } 
.unity-mobile #unity-legal { font-size: 12px; top:140px; width:190px;}

#unity-logo { width: 380px; height: 112px; background: url('logo-dark.png') no-repeat center; position: relative; top:162px }
.unity-mobile #unity-logo { width: 190px; height: 56px;  top:140px; background-size:cover; }

#unity-progress-bar-empty { width: 380px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center;position: relative; top:162px }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }

.unity-mobile #unity-progress-bar-empty { width: 190px; height: 9px; top:134px; background-size:cover;margin-left:0px; }
.unity-mobile #unity-progress-bar-full { width: 0%; height: 9px; background-size:cover; }


#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 }

#unity-rotate {     position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background-color: black; z-index: 10; visibility: hidden;	}
#unity-rotate-image {  width: 100%; height: 500px; background: url('rotate-screen.png') no-repeat center; margin: auto auto; background-size: contain;top: 100px; position: relative;}

#unity-warning-android { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-warning-ios { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: white; padding: 10px; display: none }