:has(> .block-video-youtube) .wp-block-group {
  position: relative;
}

div.block-video-youtube {
  max-width: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  /*
      &:after {
          content: " ";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
      }*/
}
div.block-video-youtube .video-youtube-btn {
  position: absolute;
  bottom: 9px;
  right: 1px;
  width: 328px;
  height: 328px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 991px) {
  div.block-video-youtube .video-youtube-btn {
    width: 39vw;
    height: 39vw;
    bottom: 5px;
  }
}
div.block-video-youtube .is-hidden {
  display: none;
}
div.block-video-youtube .video-youtube {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
div.block-video-youtube .video-youtube.is-visible {
  display: block;
}