.exfadd-video-testimonial_wrapper {
}

.exfadd-video-testimonial_wrapper a {
    position: relative;
    display: block;
}

.exfadd-video-testimonial_wrapper a img {
    max-width: 100%;
    display: block;
}
.exfadd-video-testimonial_wrapper a svg {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.exfadd-video-header_wrapper {
    position: relative;
    max-height: 500px;
    height: 500px;
}

.exfadd-video-header_wrapper .play-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 200;
    width: 121px;
    height: 121px;
    border-radius: 121px;
   overflow: hidden;
}

.exfadd-video-header_wrapper .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 12.5%, rgba(0, 0, 0, 0) 47.92%), 0px -41.954px / 100% 126.026% no-repeat;
    z-index: 100;
}

.exfadd-video-header_wrapper video {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}