.interactive-image-cards__dots-slider {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.interactive-image-cards__dots {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.interactive-image-cards__items-slider {
  overflow: visible;
}

.interactive-image-cards__dot-link {
  display: block;
  width: 100%;
  height: 100%;
}

.interactive-image-cards__item.swiper-slide {
  height: auto;
}

@media (max-width: 992px) {
  .interactive-image-cards__image-wrapper {
    position: relative;
  }

  .interactive-image-cards__dots {
    position: relative;
    width: 100%;
    height: 100%;
    left: inherit;
  }

  .interactive-image-cards__dot-text {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .interactive-image-cards__dot.swiper-slide-thumb-active .interactive-image-cards__dot-text {
    background: var(--brand-dark);
  }

  .interactive-image-cards__items-slider {
    overflow: hidden;
  }

  .interactive-image-cards__items {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
  }

  .interactive-image-cards__item.swiper-slide {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
