/* AXISBRIDGE_INDUSTRIES_HERO_SWAP_20260819 */
@media (min-width:1051px){
  .industries-page-hero .industries-hero-grid,
  .industries-page-hero .page-hero-grid{
    align-items:start !important;
  }

  .industries-page-hero .industry-aware-graphic-replacement{
    width:100% !important;
    max-width:760px !important;
    margin: 96px auto 0 ;
    align-self:start !important;
    justify-self:stretch !important;
    transform:none !important;
  }

  .industries-page-hero .industry-aware-graphic-replacement img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
    object-position:center top !important;
    margin:0 !important;
    transform:none !important;
    filter:none !important;
  }
}

@media (max-width:1050px){
  .industries-page-hero .industry-aware-graphic-replacement{
    width:100% !important;
    max-width:760px !important;
    margin:18px auto 0 !important;
  }

  .industries-page-hero .industry-aware-graphic-replacement img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
  }
}

/* AXISBRIDGE_INDUSTRIES_HERO_ALIGN_DOWN_20260819
   Desktop-only refinement:
   shift the Industries hero graphic down so it visually centers
   against the hero headline/tagline block shown on the left. */
/* AXISBRIDGE_INDUSTRIES_HERO_ALIGN_DOWN_END */

/* AXISBRIDGE_INDUSTRIES_HERO_DIRECT_ALIGN_20260819 */
@media (min-width:1051px){
  .industry-aware-graphic-replacement{
    position:relative !important;
    top:78px !important;
    margin:0 auto !important;
    align-self:start !important;
    justify-self:center !important;
    transform:none !important;
  }
  .industry-aware-graphic-replacement img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center top !important;
    margin:0 !important;
    transform:none !important;
  }
}
/* AXISBRIDGE_INDUSTRIES_HERO_DIRECT_ALIGN_END */
