#project-page {
  background: url(../img/project21.jpg) no-repeat center/cover;
  position: relative;
}

.hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}