#thefix-related-posts-block .inside {
    margin: 0 1px 0 0;
}

#thefix-related-posts-block .view-thefix-similarterms .view-content,
#thefix-related-posts-block .view-similar-by-author .view-content,
#thefix-related-posts-block .related-posts-geo-list {
    background-color: #ccc;
}

#thefix-related-posts-block .view-thefix-similarterms .views-row,
#thefix-related-posts-block .view-similar-by-author .views-row,
#thefix-related-posts-block .related-posts-geo-list .views-row {
    position: relative;
    margin-bottom: 1px;
    min-height: 186px;
    background-color: #fff;
}
#thefix-related-posts-block .view-thefix-similarterms .views-field-field-image,
#thefix-related-posts-block .view-similar-by-author .views-field-field-image,
#thefix-related-posts-block .related-posts-geo-list .listing-image {
}
#thefix-related-posts-block .views-field-title,
#thefix-related-posts-block .listing-title {
    font-family: 'Oswald',sans-serif;
    padding: 12px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#thefix-related-posts-block .views-field-title a,
#thefix-related-posts-block .listing-title a {
    color: #fff;
}
#thefix-related-posts-block .views-field-title a:hover,
#thefix-related-posts-block .listing-title a:hover {
    color: #d31820;
}

#thefix-related-posts-block .related-posts-geo-list .listing-image img {
}

/* MOBILE STYLES */
@media screen and (max-width: 480px) {
    #thefix-related-posts-block.panel-3col-33 .panel-col-first,
    #thefix-related-posts-block.panel-3col-33 .panel-col,
    #thefix-related-posts-block.panel-3col-33 .panel-col-last {
        float: none;
        width: auto;
    }

    #thefix-related-posts-block .view-thefix-similarterms .views-row,
    #thefix-related-posts-block .view-similar-by-author .views-row,
    #thefix-related-posts-block .related-posts-geo-list .views-row {
        width: 50%;
        float: left;
        overflow: hidden;
    }
}
