
.blockquote {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4em;
    line-height: 1.5em;
    text-align: center;
    margin: 5% 10% 0 10%;
    z-index: 2;
}
.blockquote footer {
    font-family: 'Roboto', sans-serif;
    font-size: 0.6em;
    font-weight: 700;
    color: #d1d1d1;
    float: right;
}
.blockquote footer::before {
    content: '\2015';
}
.blockquote::before {
    content: '\201C';
    position: absolute;
    top: 0.28em;
    left: -0.15em;
    font-size: 6em;
    color: #e6e6e6;
    z-index: -1;
}
.blockquote::after {
    content: '\201D';
    position: absolute;
    top: 0.28em;
    right: 0;
    font-size: 6em;
    color: #e6e6e6;
    z-index: -1;
}
.img_wrap img{
    max-width: 20vw;
    height: auto!important;
    width: 100%;
}
.video-banner .overlay-content {
    top: 35%;
}
.video-banner .img_wrap img {
    top: 35%;
}