.video-wrap {
  width: 100%;
  max-width: 600px;
}
.video-box {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-caption {
  text-align: center;
  margin-top: 0.5em;
  font-style: italic;
  font-size: 13px;
}


