/* Exact photography extracted from the approved homepage mockup. */
.hero{
  background:linear-gradient(90deg,#031b3c 0%,rgba(3,27,60,.96) 42%,rgba(3,27,60,.08) 74%),url('hero-guard.jpg') right center/auto 100% no-repeat,var(--navy);
}
.hero-safety{display:none}
.photo-frame{background:url('security-team.jpg') center/cover no-repeat}
.photo-frame>img{opacity:0}
.why-photo{background:url('monitoring-officer.jpg') center/cover no-repeat}
.why-photo>img{opacity:0}
.inner-hero{background:linear-gradient(90deg,rgba(3,27,60,.96),rgba(3,27,60,.42)),url('monitoring-officer.jpg') center/cover no-repeat!important}
@media(max-width:760px){
  .hero{background-position:60% center;background-size:auto 100%}
}
