@media only screen and (min-width: 992px) {
    .archive .fl-post-grid-image img {
        min-height: 200px;
        max-height: 200px;
        object-fit: cover;
    }
}