body {
  padding: 0;
  margin: 0;
}
#unity-container {
  position: absolute;
}
#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
}
#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}
#unity-canvas {
  background: #000000;
  max-width: 1280px;
  max-height: 720px;
  width: 100%;
}
.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}

#loadingIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
}

#loadingPercent {
  position: absolute;
  left: 51.5%;
  top: 65%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 80px;
  font-size: 22px;
  color: white;
}

#unity-footer {
  position: relative;
}
.unity-mobile #unity-footer {
  display: none;
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("fullscreen-button.png") no-repeat center;
  position: relative;
  top: -50px;
  right: 25px;
}
#unity-mobile-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}
