#topImageContainer.hubpage03 {
  background: url(/service/common/images/heroBg.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 559px) {

#topImageContainer.hubpage03 {
  background: url(/service/common/images/heroBg.jpg) no-repeat 63% top;
  background-size: cover;
}

