.gallery-carousel .gallery-carousel-slide-img:before, .gallery-carousel .gallery-carousel-slide-img {
  transition: all 0.3s ease-out;
}

.gallery-carousel-wrapper {
  position: relative;
  overflow: hidden;
}
.gallery-carousel-wrapper .controls-wrapper {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  padding-left: 5rem;
  padding-right: 2.5rem;
}
.gallery-carousel-wrapper .controls-wrapper .controllers {
  gap: var(--space-s);
}
.gallery-carousel-wrapper .controls-wrapper .caption-wrapper {
  gap: 1.5rem;
}
@media only screen and (max-width: 48rem) {
  .gallery-carousel-wrapper .controls-wrapper {
    justify-content: center;
    padding-top: var(--space-m);
    padding-inline: 1.75rem;
    position: unset;
  }
  .gallery-carousel-wrapper .controls-wrapper p {
    color: var(--color-background);
  }
  .gallery-carousel-wrapper .controls-wrapper .gallery-dots {
    border-color: var(--color-background-a10);
    background: transparent;
    box-shadow: unset;
  }
  .gallery-carousel-wrapper .controls-wrapper .gallery-dots li.slick-active button {
    background-color: var(--color-primary);
  }
  .gallery-carousel-wrapper .controls-wrapper .gallery-dots li button {
    border-color: var(--color-primary);
  }
  .gallery-carousel-wrapper .controls-wrapper .gallery-dots .badge {
    padding-block: 12px;
  }
  .gallery-carousel-wrapper .controls-wrapper .caption-wrapper {
    gap: var(--space-s);
    flex-direction: column;
  }
}
.gallery-carousel-wrapper .slick-control {
  color: var(--color-body);
}
.gallery-carousel-wrapper .slick-control:hover {
  opacity: 0.6;
}

.gallery-carousel .slick-track {
  display: flex;
}
.gallery-carousel .gallery-carousel-slide-img {
  position: relative;
  height: auto;
  aspect-ratio: 16/9;
  max-height: calc(100vh - var(--space-3xl));
  width: 100vw;
  overflow: hidden;
  box-shadow: 4px 8px 24px var(--color-body-a1);
}
.gallery-carousel .gallery-carousel-slide-img img {
  z-index: 1;
}
.gallery-carousel .gallery-carousel-slide-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;
  background: linear-gradient(0deg, #081516 0%, rgba(8, 21, 22, 0) 53.65%, rgba(8, 21, 22, 0) 53.65%);
  background-blend-mode: multiply, normal;
}
/*# sourceMappingURL=gallery_carousel.css.map */
