.easyslide-link {
  display: block;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-descr {
  box-sizing: border-box;
  font:
    12px Arial,
    Helvetica,
    sans-serif !important;
  opacity: 0;
  overflow: hidden;
  padding: 14px 20px;
  position: absolute;
  text-align: left;
}

.swiper-slide-descr-top {
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-slide-descr-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-slide-descr-right {
  min-height: 1000px;
  right: 0;
  top: 0;
  width: 200px;
}

.swiper-slide-descr-left {
  left: 0;
  min-height: 1000px;
  top: 0;
  width: 200px;
}

.swiper-slide-descr-center {
  left: 50%;
  margin-left: -100px;
  min-height: 1000px;
  top: 0;
  width: 200px;
}

.swiper-slide-descr-light {
  background: oklch(100% 0 0 / 75%);
  color: oklch(0% 0 0);
}

.swiper-slide-descr-dark {
  background: oklch(0% 0 0 / 75%);
  color: oklch(100% 0 0);
}

.swiper-slide-descr-tranparent {
  color: oklch(0% 0 0);
}

.swiper-slide-descr a {
  color: oklch(46.5% 0 0);
  text-decoration: none;
}

.swiper-slide-descr a:hover {
  text-decoration: underline;
}

.swiper-slide-descr p {
  line-height: 20px;
  text-align: center;
}

.swiper-slide-active .swiper-slide-descr {
  opacity: 1;
}

.swiper-pagination {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.swiper-container-vertical .swiper-pagination {
  flex-direction: column;
}

/* Blue theme fix */
.swiper-pagination-bullet {
  height: 11px;
  width: 11px;
}

.swiper-pagination-bullet:hover {
  opacity: 0.4;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
  opacity: 0.9;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.8;
}

.easyslide-dark .swiper-button-next,
.easyslide-dark .swiper-button-prev {
  opacity: 0.5;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: 0 0 2px;
  transition: all 0.3s;
}

.swiper-slide {
  position: relative;
}

.swiper-slide-overlay {
  display: grid;
  inset: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transform: translateZ(10px);
  z-index: 9999999999;

  > div {
    pointer-events: auto;
  }

  &[class*='--top-left'] {
    place-content: start start;
  }

  &[class*='--top-center'] {
    place-content: start center;
  }

  &[class*='--top-right'] {
    place-content: start end;
  }

  &[class*='--middle-left'] {
    place-content: center start;
  }

  &[class*='--middle-center'] {
    place-content: center center;
  }

  &[class*='--middle-right'] {
    place-content: center end;
  }

  &[class*='--bottom-left'] {
    place-content: end start;
  }

  &[class*='--bottom-center'] {
    place-content: end center;
  }

  &[class*='--bottom-right'] {
    place-content: end end;
  }
}

.easyslide-video {
  display: block;
  height: auto;
  width: 100%;
}
