section.listings .listing { 
    overflow:hidden;
}
section.listings .listing.featured i.featured-icon {
    font-size:120px;
    z-index:1;
    position:absolute;
    bottom:-35px;
    right:-26px;
    color:#fbd61c;
    opacity:0.3;
    transform:rotate(45deg);
}

section.listings .listing span.badge.badge-new {
    position:absolute;
    top:2px;
    right:2px;
}

section.listings .listing .thumbnail-container {
    max-height:125px;
    overflow:hidden;
}