figure.image-caption{
    text-align: left;
    margin: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 33%;
    float: left;
    min-width: 200px;    
    box-shadow: 0 10px 45px -9px rgba(0,0,0,.1);
}

.figimage-caption{
        position: relative;
        width: 100%;
        line-height: 1em;
        background: rgba(0, 0, 0, 0.2);
        padding: 2px;
}


figure img {
	width: 100%;
	display: block;
}

img {
        box-shadow: 0 10px 45px -9px rgba(0,0,0,.1);
}

/*

figcaption {
	position: relative;
	width: 100%;
	line-height: 1em;
	background: rgba(0, 0, 0, 0.2);
        padding: 2px;

}

figure.image-caption {
    text-align: left;
    margin: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
}

*/
