/* V74 Fix Hero Image */
.v71-home-hero:before,
.v71-page-hero:before{
  background-image:
    linear-gradient(90deg,rgba(4,17,33,.88) 0%,rgba(4,17,33,.66) 32%,rgba(4,17,33,.24) 62%,rgba(4,17,33,.48) 100%),
    url("/assets/img/hero-crane.webp?v=74"),
    url("/assets/img/hero.jpg?v=74")!important;
  background-size:cover!important;
  background-position:center center!important;
  filter:saturate(1.14) contrast(1.06) brightness(1.05)!important;
}

.v71-page-hero:before{
  background-image:
    linear-gradient(95deg,rgba(7,27,53,.92),rgba(7,27,53,.70),rgba(7,27,53,.25)),
    url("/assets/img/hero-crane.webp?v=74"),
    url("/assets/img/hero.jpg?v=74")!important;
}

@media(max-width:768px){
  .v71-home-hero:before,
  .v71-page-hero:before{
    background-image:
      linear-gradient(180deg,rgba(7,27,53,.94),rgba(7,27,53,.78),rgba(7,27,53,.30)),
      url("/assets/img/hero-crane.webp?v=74"),
      url("/assets/img/hero.jpg?v=74")!important;
    background-position:center center!important;
  }
}
