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 { position: fixed; width: 100%; height: 100% }
#unity-canvas { 
    background: #50BCDE url('Background.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-progress-bar-empty { 
    width: 160px; 
    height: 22px; 
    margin-top: 10px; 
    margin-left: 0; 
    background: url('progress-bar-empty.png') no-repeat center;
    background-size: 160px 22px;
}
#unity-progress-bar-full { 
    width: 0%; 
    height: 22px; 
    margin-top: 10px; 
    background: url('progress-bar-full.png') no-repeat left center;
    background-size: 160px 22px;
}
