/* Revision 173 — Who We Are poster only. Unique asset name bypasses old cache. */
#rttr-site [data-page-view="about"] > .about-hero:first-child {
  background-image:
    linear-gradient(90deg,rgba(2,11,12,.98) 0%,rgba(2,14,15,.91) 39%,rgba(2,14,15,.42) 66%,rgba(2,14,15,.13) 100%),
    url("assets/about-who-we-are-v173.webp") !important;
  background-repeat:no-repeat !important;
  background-position:center,center right !important;
  background-size:100% 100%,cover !important;
}

@media(max-width:720px) {
  #rttr-site [data-page-view="about"] > .about-hero:first-child {
    background-image:
      linear-gradient(180deg,rgba(2,11,12,.45),rgba(2,11,12,.97) 58%),
      url("assets/about-who-we-are-v173.webp") !important;
    background-position:center,center !important;
    background-size:100% 100%,cover !important;
  }
}
