h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
}

.feature-box .background-image-holder.overlay:before {
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0px;
  content: '';
//  opacity: 0.3;
  z-index: 2;
//  background-color: #333333;
  z-index: -1;
}

.background-image-holder,
.foreground-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}
.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}
.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
