.index-hero--split-images .hero__split-image--blank:nth-of-type(2) {
  filter: brightness(0.9);
}
.index-hero--split-images:has(.image__hero__missing-metafield-image) .hero__split-image--blank {
  display: none;
}

.index-hero--split-images-with-text:has(.brick__block.hidden:only-child), .index-hero--split-images-with-text:has(.brick__block.hidden + .brick__block.hidden) {
  display: none;
}
.index-hero--split-images-with-text:has(.hero__split-image--blank) .brick__block:nth-of-type(2) {
  filter: brightness(0.9);
}
.index-hero--split-images-with-text .hero__split-image {
  height: 100%;
}
@media only screen and (min-width: 990px) {
  .index-hero--split-images-with-text .hero__content {
    max-width: 100%;
  }
}