body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; overflow: hidden; }
#unity-container.unity-mobile { width: 100%; height: 100% }

#unity-canvas { 
				width: 100%;
				height: 100%;
				background: url('bg_mountains_river_deer.png') no-repeat center center;
				background-size: cover;
			  }

.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 { background: url('Progress-Head.png') no-repeat center / contain; width: 300px; height: 110px; }
#unity-progress-bar-empty { background: url('Progress-Empty.png') no-repeat right / cover; float: right; width: 282px; height: 36px; display: inline-block; }
#unity-progress-bar-full { background: url('Progress-Fill.png') no-repeat left / cover; float: left; width: 0%; height: 36px; display: inline-block; }
