/* Start custom CSS */.single-post .post-thumbnail img,
.single-post .wp-post-image,
.single-post .elementor-widget-theme-post-featured-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}/* End custom CSS */