I've been attempting to align the last two images to the bottom along with the first one, but I'm not having any success.
.image-wrap img {
width:100%;
height:auto;
positon:absolute;
display:inline-block;
vertical-align: bottom;
display: table-cell;}
.image-wrap {
text-align:center;
width: 100%;
height:auto;
position: relative;
vertical-align: bottom;
}
Check out the code here: http://jsfiddle.net/uvh7w/