.video_container
{
    display: flex;
    width: 95%;
    height: 45vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    align-items: center;
    justify-content: center;
    gap: 40px;
    
}
.video_container iframe
{
    width: 40vw;
    height: 45vh;
}