.videoWrapperOuter {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.videoWrapperInner {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
}
.videoWrapperInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h5.form__name {
    text-align: center;
}
    

    
@media only screen and (min-width : 1224px) {
.section__bg--light-4 .section--light .banner-a .banner__image-overlay, .section__bg--light-4 .section--light .banner-a .banner__video-overlay {
     background-color: #000000;
     opacity: .4 !important;
}
}