.tt-blog-thumb .tt-img > a,
.tt-listing-post .tt-post .tt-post-img > a {
    aspect-ratio: 16 / 10;
    background: #f4f5f7;
    display: block;
    overflow: hidden;
}

.tt-blog-thumb .tt-img > a img,
.tt-listing-post .tt-post .tt-post-img > a img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (max-width: 575px) {
    .tt-blog-thumb .tt-img > a,
    .tt-listing-post .tt-post .tt-post-img > a {
        aspect-ratio: 16 / 10;
    }
}
