.video_gallery h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}
.video_gallery .img_list
{
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}
.video_gallery .img_list video
{
    max-width: 400px !important;
}
video {
    margin: 0 1px 3px 0px;
}