/* Retain a clear reading panel on the left while bringing the hero photograph forward. */
.vm128 .vm-hero{
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.91) 29%,
      rgba(255,255,255,.47) 43%,
      rgba(255,255,255,.12) 58%,
      rgba(1,48,31,.13) 100%),
    url('/assets/images/vision-mission-hero-v131.png') center/cover no-repeat!important;
}
