.dan-img-slider {
  position: relative;
}

.dan-img-slider .dan-slider-inner-blocks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.dan-img-slider .dan-slider-inner-blocks > * {
  pointer-events: auto;
}

.dan-img-slider .swiper-zoom-container {
  display: block;
  height: 100%;
}

.dan-img-slider .swiper-slide {
  background: #fff;
  line-height: 0;
}

.dan-img-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: auto;
}

@media only screen and (max-width: 992px) {
  .dan-img-slider .swiper {
    width: 100% !important;
  }
}

.dan-img-slider .swiper.swiper-cards .swiper-slide {
  padding: 10px;
}

.dan-img-slider .swiper-cards .swiper-slide {
  box-shadow: 10px 20px 35px rgba(0, 0, 0, 0.15), 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* ---- Video slides ---- */
.dan-img-slider .swiper-slide-video {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.dan-img-slider .swiper-slide-video iframe,
.dan-img-slider .swiper-slide-video video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---- Slide overlays ---- */


.slide-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  z-index: 10;
  line-height: 1.4;
}

/* ---- Editor preview placeholder ---- */
.dan-img-slider-editor-preview {
  min-height: 120px;
}
