
.v-center{    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    }
.h-center{    
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;}









.video_wrap{ padding-top:62.5%; width: 100%; position: relative;background: #131313;z-index: 1 }

.video_center{ width: 78%; height:72.5%; position: absolute; left: 11%; top:10%;  }
.video_center video { width: 100%; height: 100%; }
.video_text{ font-size: 14px; height: 14%;  width: 78%; position: absolute; left: 11%; top:82.5%;
text-align: center; color: #fff; background: #000;
 }

