I'm trying to align to last two images to the bottom with the first one but having no luck.
.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; }