แบบนี้กลางทั้งแนวตั้งและแนวนอนครับ เอาไปประยุกต์ใช้เอาครับ
HTML
<section class="yt-box">
<div class="cc"><iframe class="video-wh" src="https://www.youtube.com/embed/daqfr6DJsGc?rel=0&autoplay=0"
frameborder="0" allowfullscreen
></iframe>
</div>
</section>
Custom CSS
.yt-box{width:55%;height:100%;min-width:320px;padding:10px;overflow:hidden;background:#000;}
.cc{width:100%;height:100%;overflow:hidden;text-align:center;margin:0 auto;
display:flex;display: -webkit-flex;
-webkit-align-items:center;align-items:center;
-webkit-justify-content:center;justify-content:center;}
.video-wh{width:100%;height:320px;max-height:100%;}