.c-video {
  aspect-ratio: 16/9;
}
.c-video__description {
  margin-bottom: var(--s-8xl);
  color: var(--c-grayscale-off-dark);
}
.c-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.c-video__frame {
  height: 100%;
}