/* Leadways V72 — production-safe centering lock for homepage agents. */
.home-v48 .v47-hero > .home-team-stage{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  justify-self:center!important;
  align-self:center!important;
  box-sizing:border-box!important;
}
.home-v48 .v47-hero > .home-team-stage > .home-team-portraits,
.home-v48 .v47-hero > .home-team-stage:hover > .home-team-portraits,
.home-v48 .v47-hero > .home-team-stage > .home-team-portraits:hover{
  left:50%!important;
  right:auto!important;
  margin-left:0!important;
  margin-right:0!important;
  transform:translate3d(-50%,0,0)!important;
  translate:none!important;
  justify-content:center!important;
  direction:ltr!important;
  box-sizing:border-box!important;
}
/* 981–1120px: never let the stage exceed the hero's content box. */
@media (min-width:981px) and (max-width:1120px){
  .home-v48 .v47-hero > .home-team-stage{
    width:100%!important;
    max-width:100%!important;
  }
}
