.video-section--blue-bg {
    padding-top: 50px;
    margin-bottom: 0;
    padding-bottom: 87px;
}

.video-section--blue-bg > .container-fluid {
    background: #31506c;
    padding-bottom: 0;
}

.video-section__image-wrap {
    position: relative;
    margin-top: -50px;
}

.video-section--blue-bg .video-image {
    width: 100%;
}

.video-section--blue-bg .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.video-section__image-wrap .video-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.video-section__image-wrap .video-image.hide-image {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.video-section__image-wrap .control-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    cursor:pointer;
    pointer-events: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    transition: all 0.3s ease-in-out;
}

.video-section__image-wrap .control-icon img {
    width: 100%;
    cursor: pointer
}

.is-desktop .video-section__image-wrap.video-on:hover .control-icon.pause-button {
    z-index: 5;
    visibility: visible;
    opacity: 1;
}

.video-section__image-wrap .control-icon.hidden-control, .video-section__image-wrap .control-icon.pause-button {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

/*
 Responsive Iframe
*/
.iframe-wrap {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.iframe-wrap video,
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-section--blue-bg.con-img .con-img__content-col {
    top: 20px;
}

@media (min-width: 992px) {
    .video-section--blue-bg {
        padding-bottom: 300px;
    }

    .video-section__image-wrap {
        margin-top: -100px;
    }

    .video-section--blue-bg.con-img .con-img__content-col {
        bottom: unset;
        top: 120px;
    }

    .video-section--blue-bg > .container-fluid {
        padding-bottom: 100px;
    }

    .page-template-careers #con-img-3 {
        margin-bottom: 185px!important;
    }
}