@charset "utf-8";
.latest-movie {max-width: 850px;margin: 0 auto;width: 100%;}
.youtube {}
.youtube iframe{width: 100%;height: 475px;}
.video_empty {color: #ffffff;text-align: center;font-size: 14px;}

@media all and (max-width:850px) {
.youtube iframe{height: 250px;} 
}