.history-content.video-embed {
    padding: 0 0 40px;
}

.history-content.video-embed .video-player {
    display: flex;
    padding: 0 0 15px;
}

.history-content.video-embed .title {
    font-size: 1.375em;
    font-weight: 300;
    color: var(--burgundy);
    margin: 0;
}

.history-content.video-embed .caption {
    font-size: 0.75em;
    font-weight: 500;
    color: var(--burgundy);
    margin: 0;
}