.HotspotAnnotation {
  position: absolute;
  height: 50vh;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.HotspotAnnotation img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.Hotspot[slot="hotspot-4"] .HotspotAnnotation {
  height: 45vh;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#modal-3 .modal-panel {
  width: 80%;
  max-width: 724px;
}

#modal-3 .modal-panel h3 {
  color: red;
}

#modal-4 .modal-panel span,
#modal-4 .modal-panel a {
  font-size: 1.2rem;
}

#modal-4 .modal-panel {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  .Hotspot[slot="hotspot-4"] .HotspotAnnotation {
    height: 30vh;
    left: -400%;
    top: 100%;
    transform: translateY(2%);
  }

  #modal-3 .modal-panel h3 {
    font-size: 1rem;
  }
}
