#main .entry {
clear: both;
margin-bottom: 40px;
word-wrap: break-word;
position: relative; /*追加*/
}
.entry-large-thumnail {
width: 100%;
height: auto;
display: block; /*追加*/
}
.entry-card-large-content {
position: absolute;
bottom: 0;
background-color: rgba(255,255,255,.8);
width: 100%;
}
こんな感じで、重ねた記事のタイトルとかは、.entry-card-large-contentの中の要素(.post-metaとか)をいじくることでデザインできます。