.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail{
    border: none;
}
.yarpp-related .yarpp-thumbnails-horizontal{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-posts-container{
    display: flex;
    flex-wrap: wrap;
}
.related-posts-container .related-post{
    width: 25%;
    padding-right: 2%;
}
.related-posts-container .related-post h3{
    margin-top: 10px;
    font-size: 16px;
    color: #f04132;
}
.related-posts-container .related-post h4{
    font-size: 14px;
    margin-top: 5px;
}
.related-posts-container .related-post .image-container{
    position: relative;
    padding-top: 100%;
}
.related-posts-container .related-post .image-container .image-block{
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.yarpp-related ul li a abbr{
    display: none;
}
@media (max-width: 767px){
    .related-posts-container .related-post{
        width: 50%;
    }
}