.sf-featured-image .c-feat-post__content {
	z-index: 3;
	position: relative;
}

.sf-featured-image .c-feat-post__image-wrap {
	max-height: fit-content !important;
}

.c-recent-post__img {
    aspect-ratio: 184.23/120;
    object-fit: cover;
}

.c-feat-post--lg.c-feat-post .c-feat-post__image {
	object-fit: cover;
}

.l-body .c-feat-post__image {
	width: 100%;
	object-fit: cover;
}

.l-body .sf-featured-image.c-feat-post--lg.c-feat-post .c-feat-post__image {
	object-fit: cover;
	height: 100%;
}

@media screen and (max-width:768px) {
	.l-body .c-feat-post--lg.c-feat-post.sf-featured-image .c-feat-post__image-wrap {
		height: auto !important;
	}	
}

.smartframe-fullwindow {
	z-index: 9999999999 !important;
}