html, body {
    overflow-x: hidden;
    width: 100%;
}

.zp-video-aspect-ratio {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    transition: height 0.3s ease, margin-top 0.3s ease;
}

.zp-video-aspect-ratio video,
.zp-video-aspect-ratio .zp-fallback-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zp-fallback-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.zp-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px !important;
    height: 60px !important;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.fallback-img {
    height: auto;
    max-height: 750px;
    width: 100%;
    object-fit: cover;
    transition: height 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.zp-swiper-navigation{
    display:none;
}

.zp-swiper-wrapper {
    overflow: visible !important;
}
   
.zp-swiper-wrapper .swiper-slide {
    transition: transform 0.3s ease, filter 0.3s ease;
    opacity:0.5;
    filter: blur(2px);
}

.zp-swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity:1;
    z-index: 2;
    filter: blur(0px);
}

.zp-swiper-wrapper .swiper-slide {
    width: auto;
    transition: all 0.3s ease;
}

.fallback-img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.zp-video-aspect-ratio {
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
    
.zp-video-aspect-ratio {
    height: 510px !important;
  }
  
 .zp-video-aspect-ratio {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    transition: height 0.3s ease, margin-top 0.3s ease;
}

.fallback-img {
    max-height: 510px !important;
  }
  
}