#apb-wrapper .apb-pb-container {
  position: relative;
}

#apb-wrapper .apb-pb-container > .apb-pb-container__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

#apb-wrapper .apb-pb-container > .apb-pb-container__content {
  position: relative;
  z-index: 1;
}

#apb-wrapper .apb-pb-container-parallax-container > .simpleParallax {
  overflow: clip !important;
}

#apb-wrapper .apb-pb-container__bg .apb-pb-container-video-embed,
#apb-wrapper .apb-pb-container__bg .apb-pb-container-video-file {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

#apb-wrapper .apb-pb-container__bg .apb-pb-container-video-embed {
  pointer-events: none;
}
