Created with Post List Module. Create 2 columns. Column #1 - 66.66% (contaits post 1), Column #2 - 33.33% (which contains post 2 & 3) Disable all post attributes (excerpt, comments, etc) except image and title. Adjust margins/padding on row, column and module to 0px Here's the CSS: <style> .fl-post-feed {position:relative;} .fl-post-feed-image {margin:0px;} .fl-post-feed-text {position:absolute; top:40%;} .fl-post-feed .fl-post-feed-text {display:none;} .fl-post-feed:hover .fl-post-feed-text {display:block;} </style>