.thepage .p-head {
  background-image: url(../img/contact/hero@2x.jpg);
}


@media (max-width: 992px) {

}
@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 89% center;
  }
  
}