article {
    max-height:430px;
    overflow:hidden;
}

.post-container {
    display: table-row;
}

.thumbnail-container, .content-container {
    display: table-cell;
    vertical-align: top;
}

.content-container {
    padding-left: 60px;
}

article a img {
    max-width:500px;
}