.elementor-shortcode:has(.teart-hero-swiper) {
  height: 100%;
}

.teart-hero-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.teart-hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.teart-hero-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
