
/* TrueNorth Phase 19 — Clean Hero Asset Replacement */
.stable-home-hero .landscape-first-visual img{
  object-position:58% center!important;
  filter:saturate(1.05) contrast(1.06) brightness(.99)!important;
}

@media(max-width:1050px){
  .stable-home-hero .landscape-first-visual img{
    object-position:60% center!important;
  }
}

@media(max-width:700px){
  .stable-home-hero .landscape-first-visual img{
    object-position:62% center!important;
  }
}
