.latest_video_wrap {
    width: 80%;
    padding: 0 2vh;
    border-top: var(--border_dark);
    padding-bottom: 2vh;
}

.latest_video_wrap h2 {
    margin-bottom: 2vh;
}

#latest_video_embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-shadow: var(--shadow_large);
    margin-bottom: 2vh;
}

#latest_video_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: var(--border_radius_outer);
    margin-top: 0;
}
