.background5 {
  width: 100%;
  height: 30%;
  min-height: 30vh;
  background-image: url("contactsBanner.jpg");
  background-size: cover;        /* fill the div */
  background-position: center;   /* center the image */
  background-repeat: no-repeat;
  padding-top: 80px;
  color: white;
  position: absolute 80px;
  border-style: solid;
  border-color: #81ad54;
  border-bottom-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}

.contactBannerText {
  
  font-size: 40px;
  text-align: center;
}