#sage_entry{
  background: url(../images/sage-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

#sage_products_entry{
  background: url(../images/sage-products.jpg) center no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
}

#sage_entry .overlay, #sage_products_entry .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 0;
  top: 0;
}

#sage_entry h3, #sage_entry h1,
#sage_products_entry h3, #sage_products_entry h1{
  color: #fff;
  font-size: 30px;
  margin: 25% 0 0;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}