  div.photo-blocks-full {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   margin-bottom: 2em;
   overflow: hidden;
   position: relative;
   width: 100%;
   float: left;
   display:block;
}

div.photo-blocks-full article {
   display: table-cell;
    height: 225px;
    padding: 20px 0;
    vertical-align: middle;
    width: 1000px;
}