/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 16, components/components/responsive-video/responsive-video.scss */
.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

/* line 27, components/components/responsive-video/responsive-video.scss */
.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 35, components/components/responsive-video/responsive-video.scss */
.responsive-video--4-3 {
  padding-bottom: 75%;
}

/* line 53, components/components/responsive-video/responsive-video.scss */
.embed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 60, components/components/responsive-video/responsive-video.scss */
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 70, components/components/responsive-video/responsive-video.scss */
.edito .embed-container {
  margin: 1em 0 2em;
}

/* line 75, components/components/responsive-video/responsive-video.scss */
iframe {
  border: 0;
}

/* line 80, components/components/responsive-video/responsive-video.scss */
figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
