.thumb-related{ 
    display: table;
    width:100%;
    margin-bottom: 30px; 
    vertical-align: middle;
    text-align: center;
    height: 225px;
    a{
        width: 100%;  
        display: table-cell;
        vertical-align: middle;
    }
    img{         
        max-height: 225px;
        width: auto;
    }
    &.thumb-default{ 
        background: $brandColor;  
        a{
            color:#ffffff;
            text-decoration: none;
        }
    }
}
.related-title{
    margin-bottom: 6px;
}
.posts-related{
    padding: 12px 0 46px;    
    background: url(../images/border-dashed.png) bottom left repeat-x;
    h5{
        margin: 43px 0;
    }
}
@media (max-width: 1219px)and(min-width: 992px){ 
    .thumb-related img{
        max-height: 182px;
    }
    .thumb-related{
        height: 182px;
    }
}
@media (max-width: 991px)and (min-width: 768px){ 
    .thumb-related img{
        max-height: 134px;
    }
    .thumb-related{
        height: 134px;        
    }
}
@media (max-width: 767px){
    .meta-box-related{
        margin-bottom: 40px;
    }
    .thumb-related{ 
        width:265px;
    }
    .thumb-related{
        height: auto;
    }
    .thumb-related img{
        max-height: none;
    }
    .thumb-related.thumb-default a { 
        height: 260px;
    }
}