body, html * {border: 0; margin: 0; padding: 0; } 
html {background: url('background.jpg') center; background-repeat: no-repeat; background-size: cover; height: 100%; }

.webgl-content {position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); overflow: hidden; }

#swag {width: 100%; height: 100%;}

#unity-container { position: relative; width: 100%; height: 100%; }
#unity-container.unity-desktop { }

#unity-canvas { width: 100%; height: 100%; }

#unity-loading-bar {position: fixed; left: 410px; top: 340px; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); height: 24px; width: 164px; }
#unity-progress-bar-empty {background: url('progressEmpty.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block; position: absolute;}
#unity-progress-bar-full {background: url('progressFull.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block; position: absolute;}

