.sectionfold .bannercontainer {
  /*custom*/
  background-image: url("../jpg/travelhero-op1.jpg");
}
@media screen and (max-width: 588px) {

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

}
@media screen and (max-width: 468px) {
    /*custom depending on text*/
    .sectionfold .bannercontainer .messagebox.layout2 {
        width: 135px;
    }
}

