#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
.testimonials .testimonial-each{
    margin-bottom: 50px;
}
.testimonials .context{
    padding: 25px;
    border: 1px solid gray;
    border-radius: 10px;
}
.testimonials .right{
    float: right;
    display: block;
}
.testimonials .row{
    display: table;
    width: 100%;
    margin-bottom: 70px;
}
.testimonials .name{
    margin-top: 10px;
}
.testimonials .textLeft{
    text-align: left;
    margin-left: 100px;
}
.testimonials .textRight{
    text-align: right;
    margin-right: 100px;
}
.testimonials .context:after{
    content: '';
    position: absolute;
}
.testimonials .context:before{
    content: '';
    position: absolute;
}
.testimonials section{
    margin: 150px 0;
}
.testimonials #bannerTitle > div > span{
    position: relative;
}
.testimonials #bannerTitle > div >span:after{
    /* content: '';
    background: url('../images/testimonialQuoteWhite.png') no-repeat;
    width: 75px;
    height: 50px;
    position: absolute;
    top: -50px;
    left: -90px;
    zoom: 0.8;
    -moz-transform: scale(0.8); */
}
.quotes{
    background: url('../images/testimonialQuoteBig.png') no-repeat;
    width: 150px;
    height: 100px;
    position: absolute;
    top: -75px;
    zoom: 0.85;
    -moz-transform: scale(0.85);
}
.bubble{
    background-image: url('../images/testimonials_speechbubble.png');
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -46px;
    filter: brightness(120%);
}
.testimonials .context{
    position: relative;
}
.testimonials span.reverse{
    transform: scaleX(-1);
    right: 20px;
}

@media only screen and (max-width: 1200px) {
    footer{
        position: relative;
    }
    .bodyWrapper{
        padding-bottom: 0px;
    }
    .testimonials section{
        margin: 0px;
        margin-top: 80px;
    }
}
@media only screen and (max-width: 600px) {
    .quotes{
        zoom: 0.5;
        -moz-transform: scale(0.5);
    }
    .testimonials #bannerTitle > div > span:after{
        background-image: unset;
    }
}