.banner {
    height: auto;
    width: 100%;

}

.videoContentDiv {
    width: 100%;
    margin: -7px auto;
    background: #fadfe5;
    margin-bottom: 10px;
}

.videoContentDiv h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1) 35%, rgb(202 170 117) 45%, rgb(179 143 86) 61%, rgba(213, 173, 109, 1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}

.videoContentDiv h3 span {
    font-weight: 600;
    color: #9B2C47;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(163, 44, 71, 1) 0%, rgba(155, 44, 71, 1) 26%, rgba(163, 44, 71, 1) 35%, rgb(155 44 71) 45%, rgb(163, 44, 71) 61%, rgba(155, 44, 71, 1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}