body { padding: 0; margin: 0 }
#unity-container { position: relative; display:block; width:100%; height:100vh; }
#unity-container.unity-desktop { left: 0px; top: 0px; }
#unity-container.unity-mobile { width: 100%; height: 100vh }
#unity-canvas { background: #231F20}
.unity-mobile #unity-canvas { width: 100%; height: 100vh }


#custom-logo, #custom-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#custom-logo {
    background-image: url('logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 161px;
    height: 63px;
}

#custom-loader {
    margin-top: 100px;
    width: 50%;
    height: 40px;
    background: lightgray;
    box-shadow: 0px 0px 15px 5px black;
}

#custom-loader .fill {
    width: 0%;
    height: 100%;
    background: red;
}

#custom-loader .label {
    position: relative;
    top: -34px;
    font-size: 28px;
    text-align: center;
    font-family: sans-serif, calibri;
	color: white;
}

#more-games {
	background-image: url('logo.png');
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	left: 25px;
	bottom: 20px;
	width: 161px;
	height: 63px;
}
