body {
	padding: 0;
	margin: 0;
}

#unity-container {
	display: flex;
	width: 100%;
	height: auto;
	margin: auto;
	align-items: center;
	flex-direction: column;
	left: auto;
	right: auto;
	top: 0;
	transform: initial;
	justify-content: center;
	padding-bottom: 2rem;
}

#unity-container.unity-desktop {
	;
}

#unity-container.unity-mobile {
	width: 100%;
	height: 100%;
}

#unity-canvas {
	background: #ffffff;
	width: calc(100vw - 13rem);
	height: calc((100vw - 13rem) * (9/16));
	border-radius: .6rem;
}

.unity-mobile #unity-canvas {
	width: 100%;
	height: 100%;
}

#unity-loading-bar {
	position: absolute;
	left: 50%;
	top: auto;
	transform: translate(-50%, -50%);
	display: none;
}

#unity-logo {
	width: 154px;
	height: 130px;
	background: url('progress-logo-dark.svg') no-repeat center;
}

#unity-progress-bar-empty {
	width: 141px;
	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;
	display: none;
}

#unity-build-title {
	;
}

#unity-fullscreen-button {
	;
}

#unity-mobile-warning {
	background: white;
	padding: 10px;
	border-radius: .2rem;
	text-align: center;
	font-size: .9em;
}