.media .media-image {
  width: 100%;
}
.media .media-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.media .media-youtube-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.media .media-youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.media .media-self-hosted {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.media .media-self-hosted video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.media .media-caption {
  font-style: italic;
  margin-top: 10px;
  font-size: 0.9em;
}

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