#videoBox {
    margin-bottom: 30px;
}

#videoBox video {
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 366px;
    background: #f6f6f7;
    color: #fff;
}

#videoBox div {
    margin: 0;
}

#videoBox .video_header {
    display: block;
    background: #143F73;
    height: 10px;
    overflow: hidden;
}

#videoBox .video_content {
    position: relative;
    background: #f6f6f7;
    text-align: center;
    padding: 20px 0;
}

#videoBox .video_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #143F73;
    padding: 20px;
}

#videoBox .video_footer .video_footer_left {
    margin-right: 100px;
}

#videoBox .video_footer .video_footer_right {
     min-width: 125px
}

#videoBox .video_footer h1, #videoBox .video_footer h2 {
    margin-bottom: 0;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #videoBox {
        margin-bottom: 0;
    }
    #videoBox .video_content {
        padding: 10px 0;
    }
    #videoBox .video_footer {
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }
    #videoBox .video_footer .video_footer_left {
        margin: 0 0 10px;
    }

}
