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

.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%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

@media (max-width: 1023px) {
  .video-embed-field-responsive-video > div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0 !important;
    width: auto !important;
  }
  .video-embed-field-responsive-video > div iframe,
  .video-embed-field-responsive-video > div .tac_activate_youtube {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 none;
  }
}

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