.product-section-6 .product-content {
  position: relative;
  width: 100%;
}

.product-section-6 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-section-6 .swiper-slide.swiper-slide-active .product-card-split {
  height: 100%;
  width: 100%;
}

.product-section-6 .swiper-slide.swiper-slide-next .product-card-split,
.product-section-6 .swiper-slide.swiper-slide-prev .product-card-split {
  height: 85%;
  width: 100%;
}

.product-section-6 .swiper-slide .product-card-split {
  height: 70%;
  width: 100%;
}

.product-section-6 .swiper-slide .product-card-split .product-image-big {
  flex: 1;
  overflow: hidden;
}

.product-section-6 .swiper-pagination {
  position: static;
  display: block;
}

@media (max-width: 767px) {
  .product-section-6 .product-image-big img,
  .product-section-6 .video-wrapper,
  .product-section-6 .video-wrapper iframe,
  .product-section-6 .video-wrapper video {
    aspect-ratio: 4/3 !important;
    width: 100%;
  }
}