/* Mobile home topic cards should fill their rounded media frames consistently. */
@media (max-width: 680px) {
    .home-page .category-resource-grid .resource-card-media {
        overflow: hidden;
        border-radius: 8px;
    }

    .home-page .category-resource-grid .resource-card-media img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
