.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%,-50%);
    width: 100%;
}

.feature-video-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-feature .feature-video-button .play-button {
    margin: 0;
    flex-basis: auto;
    max-width: 105px;
    opacity: 0.6;
    width: 100%;
    height: auto;
}

.video-feature .feature-video-button .play-button svg {
    height: auto;
    width: 100%;
}

