.scene-character {
  display: none !important;
}

.scene-background {
  filter: none;
}

.scene-canvas {
  left: 42%;
}

.contact-hit-canvas {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 42%;
  width: max(100%, calc(100vh * 1.7787234));
  aspect-ratio: 1672 / 940;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.contact-board {
  top: 25.5%;
  right: auto;
  left: 84.9%;
  width: 12.2%;
  height: 23.5%;
  aspect-ratio: auto;
  pointer-events: none;
}

.doorway-hotspot {
  position: absolute;
  z-index: 2;
  top: 21%;
  left: 64.5%;
  width: 9%;
  height: 17%;
  border-radius: 42% 42% 18% 18%;
  pointer-events: auto;
}

.doorway-hotspot:hover,
.doorway-hotspot:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.contact-board-hotspot {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 46%;
  border-radius: 8px;
  pointer-events: auto;
}

.contact-board-hotspot:hover,
.contact-board-hotspot:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.contact-board-map {
  top: 0;
}

.contact-board-whatsapp {
  top: 48.5%;
}
