﻿.landing-page .figure { 
    position: relative; 
    overflow: hidden;
    background-color:#eeeeee;
}
.figure .figureImageWrapper {
    height: 0;
    padding-bottom: 32%;
    position: relative;
    width: 100%;
}
.landing-page .figure img {
    margin:0;
    padding:0;
    width:100%;
}
.landing-page .figure .title {
    min-height: 42px;
    position: relative;
}