* { border: 0; padding: 0; margin: 0; }
#company-logo { width: 268px; height: 208px; margin-left: 190px; 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: url('Boomerang_Bkg.png') no-repeat center }
.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: 656px; height: 58px; margin-top: 40px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 58px; background: url('progress-bar-full-dark.png') no-repeat }
