.elementor-post__thumbnail {
    height: auto !important;
}

.elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* Forzamos a la imagen a mostrarse desde el borde superior absoluto */
    object-position: center 0% !important; 
}