.block-slider-testimonial-video {
    position: relative;
    overflow: hidden;
}

.block-slider-testimonial-video .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    overflow: hidden;
}

.block-slider-testimonial-video .content {
    padding: 0 60px 0 45px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.block-slider-testimonial-video .video {
    min-width: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 0 60px;
    display: flex;
    justify-content: flex-end;
}

.block-slider-testimonial-video .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: 420px;
}

.block-slider-testimonial-video .swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.block-slider-testimonial-video .swiper-wrapper {
    width: 100%;
}

.block-slider-testimonial-video .swiper-slide {
    width: 100%;
    box-sizing: border-box;
}

.block-slider-testimonial-video .title,
.block-slider-testimonial-video .quote {
    margin-bottom: 30px;
    display: block;
}

.block-slider-testimonial-video  .swiper .navigation { 
    display: flex;
    gap: 15px;
    margin-top: 30px;
}


.block-slider-testimonial-video  .swiper .swiper-prev,
.block-slider-testimonial-video  .swiper .swiper-next {
    border: 1px solid var(--color-n-black);
    border-radius: 5px;
    padding: 5px;
    background-color: transparent !important;
    width: 50px;
    height: 50px;
}


.block-slider-testimonial-video  .swiper .swiper-prev:hover,
.block-slider-testimonial-video  .swiper .swiper-next:hover { 
    background-color: #000 !important;
}

.block-slider-testimonial-video  .swiper .swiper-prev:hover svg path,
.block-slider-testimonial-video  .swiper .swiper-next:hover svg path { 
    fill: #FFF;
}


@media only screen and (max-width: 991px) {


}

@media only screen and (max-width: 768px) {
      .block-slider-testimonial-video .container {
        grid-template-columns: 1fr;
    }
    .block-slider-testimonial-video .content {
        order: 2;
    }
    .block-slider-testimonial-video .video {
        padding: 0;
        justify-content: center;
    }
    .block-slider-testimonial-video .content {
        padding: 60px 0 0 0;
    }
    .block-slider-testimonial-video .swiper-slide {
        padding-bottom: 0;
    }
    .block-slider-testimonial-video .copy {
        padding-top: 90px;
    }


}