html, body, #unity-container, #unity-canvas { height: 100%; width: 100%; margin: 0 }
#unity-canvas { background: #222222 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#envoke-logo { width: 141px; height: 141px; background: url('envoke-icon.png') 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 }
#video-player { display: none; position: relative; bottom: 85%; height: 73%; left: 22.5%; width: 55%; }
