.elementor-post__thumbnail {
    padding-bottom: 0 !important;
    height: 200px;
    background-color: transparent !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
