.video-feature {
    background-position: center center;
    box-sizing: border-box;
    font-family: "Kievit Light", sans-serif;
    min-height: 620px;
    padding: 18rem 5vw;
    position: relative;
}

.video-feature-container {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, calc(-50% + 52px));
    width: 70%;
}

.video-feature .feature-video-button .play-button {
    margin: 0;
    flex-basis: auto;
    width: 100%;
    height: auto;
}

.video-feature .video-feature-headline {
    color: var(--color-primary-white);
    font-size: 4rem;
    line-height: 1.2;
    margin-top: 5rem;
}
