.yt-bg-col {
  position: relative;
  overflow: hidden;
  min-height: 480px; /* dopasuj wedle potrzeby */
}

.yt-bg-col .wpb_wrapper {
  position: relative;
  z-index: 1;
}

.yt-bg-col .yt-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none; /* żeby nie kolidowało z klikalnymi elementami */
  z-index: 0;
}