.hero {
    position: relative;
    background-color: transparent
}

.video {
    position: absolute;
    margin-left: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0
}

.video-overlay {
    position: absolute;
    margin-left: 0 !important;
    background-color: #3b4a59;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0
}

.video-wrapper {
    position: relative;
}

html.sticky-header-active #header .header-body {
    background-color: #3b4a59 !important;
    border-bottom: none;
    /*opacity: 0.4;*/
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}