.videoWrap {
  position: relative;
  width: 920px;
  padding-bottom: 500px;
  margin: 0 auto;
}
.videoWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}