/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 02:59:39 */
/* Custom code for Insight posts */

.insight-navigation .post_image.stretched {
    height: 200px;
    max-height: 200px;
	overflow: hidden;
}

.insight-navigation .post_image.stretched img {
	object-fit: cover;
    height: 100%;
}