.video-header {
    position: relative;
    min-height: 80vh;
    overflow: hidden;
}
.video-header:after {
    content: '';
    display: block;
    background: #033740;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-header__media {
    position: absolute;
    inset: 0;
}

.video-header__media video,
.video-header__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-header__content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15rem 0;
    width: 100%;
    text-align: center;
    padding: 12rem 0 10rem 0;
}
.video-header__content img {
    max-width: 50%;
    width: 500px;
}
