.featured-image .wp-post-image, .slider-featured-image img {
	width: 100%;
}

#secondary .widget_featured_posts .article-content .entry-title {
    padding: 0;
}

.highlights-featured-image a {
    display: block;
    height: 150px;
    overflow: hidden;
}

.slider-featured-image {
    height: 310px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .widget_highlighted_posts img, .widget_featured_posts img {
        width: 100%;
    }
}