.type-post .linked-card .wp-block-image {
    width: 100%;
    a {
        height: 100%;
        width: 100%;
        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }
}