.youtubeWrapper {
  position: relative;
  margin-top: 32px;
}
.youtubeWrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrapper > .cookieconsent-optout-marketing,
.youtubeWrapper > .cookieconsent-optin-marketing {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.youtubeWrapper .videoHint {
  display: flex;
  background-color: #FAFAFA;
  padding: 40px 32px;
  width: 100%;
  justify-content: center;
}
.youtubeWrapper .videoHint .videoHintText {
  align-self: center;
  margin: 0;
}
.youtubeWrapper .video_fix {
  margin: 0;
}
.youtubeWrapper .video_fix .embed {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.youtubeWrapper .video_fix .embed iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .youtubeWrapper .video_fix .embed {
    width: 100%;
  }
}