.wrapper_live{ width:640px; height:360px; position:relative; margin:30px auto 20px;}
.video_pc{ width:640px; height:360px; background:#000;}
.video_mobile{ width:100%; height:56vw; background:#000; position:relative; margin:10px auto; display:none;}
@media screen and (max-width:767px){
.wrapper_live{ width:100%; height:auto; margin:20px 0 15px;}
.video_pc{ display:none;}
.video_mobile{ display:block;}
.mejs-container .mejs-controls .mejs-quality{ display:none;}
.mejs-container .mejs-controls .mejs-time.mejs-duration-container{ display:none;}
.mejs-duration{ display:none;}
.mejs-overlay-error{ display:none;}
}