/* Start custom CSS */.elementor-widget-theme-post-featured-image img {
    width: 80% !important;
}

@media screen and (max-width: 425px) {
    .elementor-widget-theme-post-featured-image img {
        width: 100% !important;
    }
}/* End custom CSS */