kier0
2/11/2015 - 12:12 PM

Essential Grid - Make images FIT and VERTICALLY ALIGNED CENTER. Creates an EVEN GRID out of images with varying aspect ratios while still be

Essential Grid - Make images FIT and VERTICALLY ALIGNED CENTER. Creates an EVEN GRID out of images with varying aspect ratios while still being able to use the bottom/top content sections that appear on hover.

.esg-entry-media .coverremoved img,
.esg-entry-media img {
    max-width:100%!important;
     width: 100%!important;
    height:auto!important;
    max-height:99%!important;
    left:0!important;
box-shadow:none!important;
visibility: visible; 
display: block; 
 position: relative;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
border:none;
}