.wp-embed-featured-image {
    float: left;
    max-width: 160px;
    margin-right: 20px;
}

.wp-embed-featured-image img {
    width: 100%;
    max-width: 150px;
    height: 100px;
    border: none;
    /* height: auto; */
    object-fit: cover;
}