.video_bg{
    overflow: hidden;
    position: relative;
    width: auto;
    text-align: center;
    height: 550px;
}
.video_bg_container{
    position: relative;
    width: 1920px;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -275px;
}
.bg_poster{
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.video_container_html5{
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}
.video_container_html5.video_hidden{
    opacity: 0;
}
@media (max-width: 992px) {
    .video_bg{
        height: 350px;
    }
    .video_bg_container, .bg_poster>img{
        margin-top: -175px;
    }
}
.video_bg .video_play p{
    color: #fff;
    margin: 0;
}
.video_content{
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.video_content .text{
    display: table-cell;
    vertical-align: middle;
}