.testimonial_wrapper {
    position: relative;
}
.testimonial_wrapper .parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.testimonial_wrapper .testimonial_content {
    position: relative;
    width: 100%;
    display: block;
    z-index: 10;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonial_wrapper .testimonial_content .testimonial_slider {
    width: inherit;
}
.testimonial_wrapper .testimonial_content .testimonial_slider .quote-sep {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: top center;
}
.testimonial_wrapper .testimonial_content .testimonial_slider .quote-sep .testimony {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-family: var(--font);
    font-style: italic;
    font-size: 1.25em;
    line-height: 34px;
    width: 100%;
    max-width: 830px;
}
.testimonial_wrapper .testimonial_content .testimonial_slider .quote-sep .reviewer {
    text-align: center;
    font-family: var(--font);
    margin: 0 auto;
    color: #fff;
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 40px;
    width: 100%;
}
