.sectionfold .bannercontainer {
  /*custom*/
  background-image: url("../jpg/outgoinghero.jpg");
}

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

  .sectionfold .bannercontainer {
      /*custom*/
    background-image: url("../jpg/outgoinghero--mobile.jpg");
  }

}

