.quote {
    opacity: 1;
}
.center-quote
{
    width: 55%;
}

.quote-name
{
    margin-top: 75px
}

@media screen and (max-width: 960px) {
    .center-quote
    {
        width: 90%;
    }

    .quote-name
    {
        padding: 0px !important;
        margin-top: 0px !important;
    }
}

.hosted-video-embed
{
    position: absolute;
    top:5%;     
    left: 0;     
    width: 100%;   
    height: 90%;
}