.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 .HotspotAnnotation {
  height: 45vh;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

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

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