.video--wrapper, .audio--wrapper {
    position:relative;
    width: var(--media-width);
    margin: 0 auto;
}

.video--wrapper {
    height: calc(var(--media-width) * 0.5625);
    background:green;
}

.video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.front-page-video {
    position: relative;
    width: 100%;
    height: 0;
    background: black;
}

.quote-text {
    padding: 1rem;
}

.pure-text {
    min-height: 25vh;
}