.youtube_container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 1.5em;
}
.youtube_container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.yt_consent_container {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 1.5em;
}
.yt_consent_container::before {
  display: block;
  content: '';
  padding-bottom: 56.25%;
  width: 0;
  height: 0;
}
.yt_consent_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yt_consent_notice {
  background-color: rgba(240, 246, 255, 0.9);
  text-align: center;
  padding: 1.5rem;
  padding-top: 4rem;
  width: 100%;
}
.yt_consent_notice > * {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
.yt_consent_iframe:not([src]) {
  display: none !important;
}
.yt_consent_iframe[src] + .yt_consent_notice {
  display: none !important;
}
