/* HallowixStudios V50 — About hero background: exact supplied team image, Admin-managed. */
body.hx-about-v28 .about-v25>.hero{background:#100d0b!important;}
body.hx-about-v28 .about-v25>.hero .about-hero-background{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
  object-fit:cover!important;object-position:center center!important;display:block!important;
  z-index:0!important;opacity:var(--hx-site-media-opacity,.40)!important;
  filter:none!important;transform:none!important;pointer-events:none!important;
}
/* Keep the image readable at 40%; the dark overlay is intentionally light. */
body.hx-about-v28 .about-v25>.hero::before{
  content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:1!important;
  background:linear-gradient(90deg,rgba(8,7,6,.42) 0%,rgba(8,7,6,.28) 31%,rgba(8,7,6,.06) 66%,rgba(8,7,6,.10) 100%),linear-gradient(180deg,rgba(8,7,6,.12),rgba(8,7,6,.02) 55%,rgba(8,7,6,.22))!important;
  opacity:1!important;
}
@media(max-width:900px){body.hx-about-v28 .about-v25>.hero .about-hero-background{object-position:64% center!important}}
@media(max-width:600px){body.hx-about-v28 .about-v25>.hero .about-hero-background{object-position:68% center!important}}
