@media screen and (min-width: 1024px) {
  .elementor-widget-video-carousel .swiper:not(.auto-width) .swiper-slide {
    height: auto !important;
  }
  .elementor-widget-video-carousel .swiper:not(.auto-width) .swiper-slide a {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .elementor-widget-video-carousel .swiper:not(.auto-width-tablet) .swiper-slide {
    height: auto !important;
  }
  .elementor-widget-video-carousel .swiper:not(.auto-width-tablet) .swiper-slide a {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-video-carousel .swiper:not(.auto-width-mobile) .swiper-slide {
    height: auto !important;
  }
  .elementor-widget-video-carousel .swiper:not(.auto-width-mobile) .swiper-slide a {
    height: auto !important;
  }
}
.elementor-widget-video-carousel .swiper-slide {
  width: auto;
}
.elementor-widget-video-carousel .swiper-slide a {
  display: block;
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.elementor-widget-video-carousel .swiper-slide a:hover .carousel-item-overlay {
  opacity: 1;
}
.elementor-widget-video-carousel .swiper-slide a .carousel-item-overlay {
  display: block;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
  color: #ffffff;
}
.elementor-widget-video-carousel .swiper-slide a h3, .elementor-widget-video-carousel .swiper-slide a p {
  position: relative;
  z-index: 2;
}
.elementor-widget-video-carousel .swiper-slide a h3 {
  font-size: 18px;
  margin: 0;
}
.elementor-widget-video-carousel .swiper-slide a p {
  font-size: 15px;
  margin: 0.75em 0;
  line-height: 1.25;
}
.elementor-widget-video-carousel .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
}
.elementor-widget-video-carousel .swiper-slide .video-carousel-video-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  position: relative;
}
.elementor-widget-video-carousel .swiper-slide .video-carousel-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-widget-video-carousel .video-carousel-navigation {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.elementor-widget-video-carousel .video-carousel-navigation > div {
  display: block;
  position: initial;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
}
.elementor-widget-video-carousel .video-carousel-navigation > div:hover {
  background-color: #f1f1f1;
}
.elementor-widget-video-carousel .video-carousel-navigation > div:after {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}/*# sourceMappingURL=video-carousel.css.map */