.post-hero-banner {
   &:has(.post-hero-banner__image) {
      [class*=section-spacing-] {
         padding-bottom: 0;
      }
   }
}

.post-hero-banner__image {
   img {
      position: absolute;
      inset: 0;
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
   }
}