.video_cctv{ width:645px; height:484px; margin:30px auto;}
.video_mobile{ width:100%; height:297px; margin:10px auto; display:none;}
@media screen and (max-width:767px){
.video_cctv{ display:none;}
.video_cctv iframe{ 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;}
}
@media screen and (max-width:375px){
.video_mobile{ height:270px;}
}
@media screen and (max-width:360px){
.video_mobile{ height:257px;}
}
@media screen and (max-width:320px){
.video_mobile{ height:211px;}
}