section.banner .content{
    max-width: 692px !important;
}
section.testimonial_content .header {
    max-width: 692px;
}

section.testimonial_content button.play {
    position: absolute;
    z-index: 1;
}

section.testimonial_content .video_content {
    display: flex;
    flex-direction: column;
}

section.testimonial_content .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

section.testimonial_content .image img{
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

section.testimonial_content iframe {
    height: 400px;
    width: 100%;
    display: none;
}

@media (max-width: 767px) {
    section.testimonial_content .video_content h3{
        height: auto !important;
    }
}