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

@media screen and (max-width: 666px) {
  .Hotspot[slot="hotspot-1"] .HotspotAnnotation {
    height: 30vh;
    right: unset;
    top: unset;
    left: -500%;
    bottom: 200%;
    transform: translateY(-0%);
  }
}
