.image-hotspots-wrapper {
  font-size: 0;
  margin: 0 auto;
}
.image-hotspots-wrapper .image-wrapper {
  position: relative;
  line-height: 0;
}
.image-hotspots-wrapper .image-wrapper img {
  padding: 0;
  margin: 0;
}
.image-hotspots-wrapper .hotspot-box {
  position: absolute;
}
.image-hotspots-wrapper .overlay {
  background: #000000;
  opacity: 0.3;
  position: absolute;
  display: none;
}
.image-hotspots-wrapper .labels .label,
.image-hotspots-tooltip {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.image-hotspots-wrapper .labels .label {
  display: inline-block;
  margin: 0 15px 0 0;
}
.image-hotspots-wrapper .label-title {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 10px;
}
.image-hotspots-wrapper .label-title a,
.image-hotspots-wrapper .label-title span {
  color: var(--gin-color-primary-rgb);
  text-decoration: underline;
  border: none;
}
.image-hotspots-wrapper .label-title a:hover,
.image-hotspots-wrapper .label-title span:hover {
  color: var(--gin-color-primary-rgb);
  text-decoration: none;
  cursor: default;
}
#tiptip_holder #tiptip_arrow #tiptip_arrow_inner {
  border-bottom-color: #1a9385;
}
#tiptip_holder #tiptip_content {
  background: none #1a9385;
  border: none;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: none;
}

.image-hotspots-wrapper .hotspot-box {
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13px;
  width: 13px;
}

.paragraph--type--hotspot-slider .image-hotspots-wrapper label {
  display: none;
}

@media (min-width: 992px) {
  .paragraph--type--hotspot-slider.imageleft .image-hotspots-wrapper.init-view.big-image {
    margin: 0 auto;
  }
}

.content--hub {
  position: relative;
}
.content--hub a {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.3;
}


.content--hub a.prev {
  left: 8px;
}
.content--hub a.next {
  right: 8px;
}

.content--hub a.next:hover {
  right: 12px;
  opacity: 1;
}

.content--hub a.prev:hover {
  left: 12px;
  opacity: 1;
}
