/* Doku Blast Unity WebGL responsive iframe fix */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #f6e7c5;
}

#unity-container {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  margin: 0 !important;
}

#unity-canvas,
canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  background: #f6e7c5;
}

#unity-footer,
#unity-logo,
#unity-fullscreen-button,
#unity-build-title {
  display: none !important;
}

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