/* TM_ABOUT_HERO_BRIGHTNESS_2_2_0 */
body.tm-about-page .tm-about-hero{
  background:
    linear-gradient(90deg,rgba(8,12,16,.76),rgba(8,12,16,.30)),
    var(--tm-about-hero,linear-gradient(120deg,#111820,#26333c)) !important;
  background-size:cover !important;
  background-position:center !important;
}
