.mibf-hero {
  background: #3a1718;
  isolation: isolate;
}
.mibf-hero-image,
.mibf-hero-overlay {
  position: absolute;
  inset: 0;
}
.mibf-hero-image {
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mibf-hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(28,10,11,.74), rgba(111,13,18,.48) 45%, rgba(237,28,36,.10));
  pointer-events: none;
}
.mibf-hero-copy { z-index: 2; }
.mibf-hero aside { z-index: 3; }
