html, body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop, canvas { width: 100%!important; height: 100%!important; }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#clickventure-loading-bar { position: absolute; left: 50%; top: 50%; display: none; transform: translate(-50%, -50%)}
#clickventure-logo { width: 265px; height: 196px; margin-left: auto; margin-right: auto; background: url('clickventure-logo.png') no-repeat center}
#clickventure-progress-bar-empty { width: 265px; height: 51px; margin-top: 50px; margin-left: auto; margin-right: auto; background: url('progress-bar-empty.png') no-repeat center }
#clickventure-progress-bar-full { width: 0%; height: 51px; background: url('progress-bar-full.png') no-repeat left }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#please-wait-info{ position: relative; margin-top:15px; color: white; width: 500px; text-align: center}
