.full-width-video video {
  width: 100%;
}
.full-width-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}