No yo need featured img with width 100%, simple add this code in styles.css of your child theme.
.featured-image img {
width: 100%;
}
if this code reflect some issue, start fro root and specify the exact direction like
#page-post article.page-content .featured-image img {
width: 100%;
}
Sorry for my English, i hope it will work.