.wp-block-cover.parallax-ios.ncpf-parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.ncpf-parallax-bg {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: -20%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 1;
}

.wp-block-cover.parallax-ios .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}
