.video-meta-container.youtube-video-block, .wp-block-embed.is-provider-youtube {
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

.video-meta-container.youtube-video-block .video-container, .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper iframe,
.video-meta-container.youtube-video-block .video-container iframe,
.video-meta-container.youtube-video-block .video-container object,
.video-meta-container.youtube-video-block .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.youtube-skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 1.7rem;
}
.youtube-skip-link:focus {
  position: absolute;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
  z-index: 1000;
  border-radius: 4px;
}

.youtube-skip-anchor {
  height: 0;
  overflow: hidden;
}

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