.video.block {
  aspect-ratio: 21 / 9;
  margin-bottom: 16px;
}

.video.block div {
  width: 100%;
  height: 100%;
}

.video.block .video-container iframe {
  width: 100%;
  height: 100%;
}

.video .caption {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin-top: 6px;
  line-height: 1.2;
}
