/* Start custom CSS */.header-image.single-header-image {
  position: relative;
}

 .header-image.single-header-image::after {
  content: "Drape & Backdrop Hire";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  z-index: 0;
  background-color: rgba(0, 0, 255, 0.25);
  padding: 100px;
  width: 100%;
  height: 100%;
}

 .page-3746 .header-image.single-header-image .header-inner {
  position: relative;
  z-index: 2;
}/* End custom CSS */