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('BackGround.png'); background-size: cover; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 48%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 600px; height: 417px; background: url('Logo.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 230px; 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-left-logo {position: absolute; left: 3%; bottom: 3%; width: 429px; height: 86px; background: url('logo_left.png') no-repeat center }
#unity-right-logo {position: absolute; right: 3%; bottom: 3%; width: 391px; height: 81px; background: url('logo_right.png') no-repeat center }
