.outerwrap.testimonialslider-module {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0;
    min-height: 580px;
}

@media only screen and (min-width: 768px) {
    .outerwrap.testimonialslider-module {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}

.testimonials-slider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 576px) {
    .testimonials-slider {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .testimonials-slider {
        max-width: 720px;
    }
}

@media only screen and (min-width: 922px) {
    .testimonials-slider {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonials-slider {
        max-width: 1140px;
    }
}

.testimonial-text {
    color: #333;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding: 70px 10px 40px;
    height: 100%;
    font-family: 'Lora', serif;
    font-style: italic;
    position: relative;
    min-height: 330px;
}

@media only screen and (min-width: 600px) {
    .testimonial-text {
        font-size: 24px;
        line-height: 38px;
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) {
    .testimonial-text {
        font-size: 30px;
        line-height: 42px;
        padding-top: 90px;
    }
}

.testimonial-text:before {
    content: "‘‘";
    font-family: 'Lora', serif;
    font-style: italic;
    text-align: center;
    font-size: 160px;
    line-height: 130px;
    display: block;
    color: rgb(176, 25, 51);
    letter-spacing: -7px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 600px) {
    .testimonial-text:before {
        font-size: 140px;
        line-height: 120px;
    }
}

@media only screen and (min-width: 768px) {
    .testimonial-text:before {
        font-size: 160px;
        line-height: 130px;
    }
}

.testimonialslider-module .modulelinks {
    padding-left: 20px;
}