.blog-compact-item img {
    height: auto!important;
}
search-results .post-img img, .archive .post-img img, .blog .post-img img {
    width: 100%;
    border-radius: 3px 0 0 3px;
    height: auto;
    /* object-fit: cover; */
    vertical-align: middle;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}