html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}
#unity-container {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#unity-container.unity-desktop,
#unity-container.unity-mobile {
  left: auto;
  top: auto;
  transform: none;
  width: 100%;
  height: 100%;
}
#unity-canvas {
  display: block;
  background: #231F20;
}
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; 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 }
#unity-footer {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 10;
  pointer-events: none;
}
#unity-webgl-logo { display: none }
#unity-build-title { display: none }
#unity-fullscreen-button {
  float: none;
  width: 44px;
  height: 44px;
  background: url('fullscreen-button.png') no-repeat center;
  background-size: 44px 44px;
  pointer-events: auto;
}
.unity-mobile #unity-fullscreen-button {
  float: none;
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  pointer-events: auto;
}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.unity-mobile #unity-footer {
    position: absolute;
    right: 8px;
    bottom: 8px;
    top: auto;
    display: block;
    padding: 0;
    z-index: 10;
    pointer-events: none;
  }
  .unity-mobile #unity-webgl-logo,
  .unity-mobile #unity-build-title {
    display: none;
  }
