/**
 * This file is for the media component styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-has-video figure {
  margin: 0;
}
.c-has-video .c-media__oembed-video {
  padding-bottom: 16px;
}
.c-has-video figcaption {
  border: 0;
  caption-side: inherit;
  display: block;
  font-size: 0.8888888889rem;
  letter-spacing: 0;
  margin-top: 0;
  padding-left: 0;
}
.c-has-video .oembed-lazyload {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}
.c-has-video .oembed-lazyload > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=video.css.map */
