﻿.image-post {
    width: 100px;
    height: 75px;
    float: left;
    border: #ebebeb solid 1px;
    margin-right: 10px;
    display: block;
    background: #f5f5f5;
    position: relative;
}

    .image-post img {
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
    }

.text-link-post {
    display: block;
    padding: 0 0 5px;
    margin: 0;
}

    .text-link-post:hover {
        color: red !important;
    }

.end-link {
    margin-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
}
