.video-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
}