
img {
    overflow: hidden;
}
figure {
   background-color: #fff;
   margin: 5px;
   font-size: .875em;
   display: inline-table;  
   padding : 2px;
}

.small img {
   height : 160px;   
}

figure img {
    display: block;
    overflow:hidden; 
    height: 200px;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    background: #fff;
    padding: 0 5px;
    font-style: italic;
}