.featured_post .media img {
    object-fit: cover;
    max-height: 260px;
}

@media screen and (min-width: 768px) {
    .featured_post .media {
        aspect-ratio: 1 / 1;
    }

    .featured_post .media img {
        max-height: 100%;
        min-height: 100%;
    }
}