html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#unity-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#unity-canvas {
  width: 100% !important;
  height: 100% !important;
  background: #231F20;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#unity-loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  background: url('progress-bar-empty-dark.png') no-repeat center;
  margin: 0 auto;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  background: url('progress-bar-full-dark.png') no-repeat center;
}
