.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;
  }
}
