.hero-section,
.wp-block[data-type="acf/hero-section"] {
  position: relative;

  picture,
  img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .hero-section,
  .wp-block[data-type="acf/hero-section"] {
    
    picture,
    img {
      z-index: 1;
    }

    .hero-section__content {
      position: relative;
      z-index: 3;
    }

    &::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 2;
      background-color: #ffffff;
      opacity: 0.8;
    }
  }
}
