.hero-photo-wrap {
  background: url('/ai/hero-eco.svg') center / cover no-repeat !important;
}

.hero-photo-wrap > img[src$='hero-eco.webp'] {
  opacity: 0 !important;
}

.eco-image-card {
  background: url('/ai/eco-impact.svg') center / cover no-repeat !important;
}

.eco-image-card > img[src$='eco-impact.webp'] {
  opacity: 0 !important;
}

.hero-photo-wrap,
.eco-image-card {
  overflow: hidden;
}
