* { border: 0; padding: 0; margin: 0; }
#company-logo { width: 520px; height: 338px; margin-left: 110px; background: url('logo-dark.png') no-repeat center }
#unity-container { position: absolute; }
#unity-container.unity-desktop { width: 100%; height: 100% }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background-color: black }
.unity-desktop #unity-canvas { width: 100%; height: 100% }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-canvas + * { z-index: 2 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { width: 745px; height: 99px; margin-top: 40px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 99px; background: url('progress-bar-full-dark.png') no-repeat }
