
.page-hero{
  background:
    linear-gradient(90deg,rgba(4,13,28,.88) 0%,rgba(7,23,48,.78) 38%,rgba(8,25,52,.54) 68%,rgba(8,25,52,.38) 100%),
    url('../../../images/abs-lobby.png') 72% center / cover no-repeat !important;
}
@media(max-width:600px){
  .page-hero{
    background-position:68% center !important;
    min-height:320px !important;
  }
}
