.article-template.ctm-article .content-body img{
    width : 100%;
}
@media only screen and (max-width : 767px){
.article-template.ctm-article .article-featured-image img{
    width: 100%;
    display: block;
     height: auto; 
    object-fit: contain;
}
}
