.sample-gallery > [class*=col] {
  z-index: 1;
}
.sample-gallery > [class*=col]:hover {
  z-index: 5;
}
.sample-gallery > [class*=col] > a {
  cursor: pointer;
}
.sample-gallery > [class*=col] > a > figure {
  position: relative;
  height: 190px;
  width: 100%;
  overflow: hidden;
}
.sample-gallery > [class*=col] > a > figure img {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.sample-gallery-lightbox-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.35);
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox {
  max-width: 860px;
  width: 100%;
  z-index: 5;
  position: relative;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox .close {
  cursor: pointer;
  z-index: 99;
  height: 26px;
  width: 26px;
  opacity: 0.65;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox .close:before {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  background-color: #000;
  transform-origin: 50% 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  left: 50%;
  top: 50%;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox .close:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  background-color: #000;
  transform-origin: 50% 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  left: 50%;
  top: 50%;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div header {
  background-color: #C42121;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div > figure {
  height: 0;
  position: relative;
  padding-bottom: 52.25%;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div > figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div > figure video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel {
  overflow: hidden;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel .slick-slide {
  vertical-align: top;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel .slick-arrow {
  z-index: 10;
  height: 30px;
  width: 36px;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel .slick-arrow:before {
  color: var(--bs-gray-900) !important;
  font-size: 2rem !important;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel .slick-arrow.slick-next {
  right: 0 !important;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel .slick-arrow.slick-prev {
  left: 0 !important;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .gallery-carousel div img {
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel {
  overflow: hidden;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel .slick-arrow {
  z-index: 10;
  height: 30px;
  width: 36px;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel .slick-arrow:before {
  color: var(--bs-gray-900) !important;
  font-size: 2rem !important;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel .slick-arrow.slick-next {
  right: 0 !important;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel .slick-arrow.slick-prev {
  left: 0 !important;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel div {
  padding: 5px;
}
.sample-gallery-lightbox-wrapper .sample-gallery-lightbox > div main .video-carousel div img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}/*# sourceMappingURL=sample-gallery.css.map */