h1 {
  font-size: 1.5em!important;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  margin: 0px 26px 35px 0!important;
  display: block;
  line-height: 2em!important;
}

body:after {
  background: #fff;
}

.photo-row {
  margin: 60px 0 0 0;
  position: relative;
}

.photo-row ul {
 position: relative;
 display: block;
 width: 100%;
 margin: 0 0 0 -36px;
}

.photo-row .row {
  margin: 0 auto;
  width: 940px;
  max-width: 940px;
  position: relative;
  display: block;
}


.photo-row li {
  width: 275px;
  height: 275px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 0 30px 36px;
  display: block;
  background: #000;
}

.photo-row li:hover img {
  opacity: .3;
}

.photo-row li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.photo-row li h3 {
  color: #fff;
  z-index: 20;
  font-weight: 700;
  position: relative;
  top: 50%;
  padding: 0 30px;
  line-height: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photo-row li img {
   position: absolute;
   z-index: 10;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  opacity: .6;
}
