.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-1"] .HotspotAnnotation img {
  max-height: calc(50% - 4px);
  margin: auto;
}

.Hotspot[slot="hotspot-2"] .HotspotAnnotation {
  height: 30vh;
  left: 50%;
  top: auto;
  bottom: 120%;
  transform: translateX(-50%);
}

.Hotspot[slot="hotspot-3"] .HotspotAnnotation {
  height: 30vh;
  top: auto;
  bottom: 0;
  transform: translateX(0%);
}

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

.Hotspot[slot="hotspot-4"] .HotspotAnnotation {
  height: 30vh;
}

.Hotspot[slot="hotspot-5"] .HotspotAnnotation {
  padding: 1rem;
}

.Hotspot[slot="hotspot-5"] .HotspotAnnotation a {
  font-size: 1rem;
}

.Hotspot[slot="hotspot-5"] .HotspotAnnotation img {
  max-height: 80%;
}

@media screen and (max-width: 666px) {
  .Hotspot[slot="hotspot-2"] .HotspotAnnotation {
    height: 30vh;
    left: 50%;
    top: auto;
    bottom: 120%;
    transform: translateX(-50%);
  }

  .Hotspot[slot="hotspot-3"] .HotspotAnnotation {
    height: 30vh;
    top: auto;
    bottom: 0;
    transform: translateX(0%);
  }

  .Hotspot[slot="hotspot-1"] .HotspotAnnotation,
  .Hotspot[slot="hotspot-4"] .HotspotAnnotation {
    right: unset;
    top: unset;
    left: -400%;
    bottom: 100%;
    transform: translateY(0%);
  }

  .Hotspot[slot="hotspot-5"] .HotspotAnnotation {
    height: 35vh;
    right: unset;
    top: 100%;
    left: -400%;
    transform: translateY(0%);
  }

  .Hotspot[slot="hotspot-5"] .HotspotAnnotation span a {
    font-size: 0.8rem;
  }
}
