figure {
    width: 250px;
    height: auto;
    padding: 1em 1em 3em 1em;
    border: 1px solid silver;
    margin: 0 2em 2em 2em;    
    box-shadow: 10px 0px 25px #555;
    transform: rotate(1deg);
	float: left;
}    

figure img {
    width: 100%;
    height: auto;
}   

figcaption {

    color: #999;
    padding-top: 1em;
    line-height: 1.2em;
    text-align: center;
}

div {
	clear:both
}