<style type='text/css'>
    body>img{
    width:40px;
    height:55px;
}
.deck>figure>img {
    position: relative;
    display:block;
    width:80px;
    height:110px;
    border:none;
    top:100px;
}
.deck>figure {
    height:200px;
    width:80px;
    display:inline-block;
    padding:0;
    margin:0;
}
.deck {
    border:solid 1px;
    padding:10px;
}
  </style>