.heroVideo {
    background: rgb(2,44,66);
    background: linear-gradient(90deg, rgba(2,44,66,1) 0%, rgba(108,176,209,1) 100%);
    max-width: 100%;
    color: #fff;
}
.heroVideo h2 {
    margin-bottom: 20px;
}
.videoContainer {
    margin-bottom: 30px;
}
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
