html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

canvas {
  display: block;
}

body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.webgl-wrapper {
  display: block;
  height: 100vh;
  max-width: 56.25vh;
  position: relative;
  margin: 0 auto;
}

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

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

#unity-loading-bar {
  height: 18px;
  width: 141px;
  margin-top: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#unity-progress-bar-empty {
  background: url('../images/progressEmpty.Dark.png') no-repeat right / cover;
  float: right;
  width: 100%;
  height: 100%;
  display: inline-block;
}

#unity-progress-bar-full {
  background: url('../images/progressFull.Dark.png') no-repeat left / cover;
  float: left;
  width: 0;
  height: 100%;
  display: inline-block;
}

#unity-progress-value {
  position: absolute;
  color: white;
  font-family: Consolas, monospace;
}

#unity-progress-text {
  position: absolute;
  color: white;
  font-family: Consolas, monospace;
  white-space: nowrap;
}
