/* Studio/About page hero */

.mc-hero--aboutPhoto{
  background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url('../images/section-7.jpg') center/cover no-repeat;
  color:#fff;
}

.mc-hero--aboutPhoto .mc-hero__logo{
  filter: brightness(0) invert(1);
  opacity: .96;
}

.mc-hero--aboutPhoto .mc-scrollhint{ color: rgba(255,255,255,.78) !important; }
