.spyderPosts li
{
    list-style:none;
    margin:5px;
}
.spyderPosts li .featured_image
{
    display:inline-block;
    width:100px;
    height:100px;
    background-position: center center;
    background-size: cover;
    background-color:grey;
    float:left;
}
.spyderPosts li .featured_image a
{
    display:block;
    width:100%;
    height:100%;
}
.spyderPosts li.imageListing a.article_title
{
    display:inline-block;
    height:100px;
    vertical-align:middle;
    margin-left:5px;
    line-height:100px;
}