.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;
}

@media only screen and (max-width: 500px) {
  .color-options {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    bottom: 2%;
    top: unset;
    right: unset;
  }
}

@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%);
  }
}
