/* Keep editorial image frames consistent even when a post thumbnail is very wide. */
.mst-image-block img,
.mst-post-card__image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}
