/* Only the new natural-hair article banner; preserve its embedded title and props. */
img.pboa-natural-hair-post-portrait {
	display: block;
	width: 100%;
	max-width: min(100%, 836px);
	height: auto;
	aspect-ratio: 1672 / 941;
	object-fit: contain !important;
	object-position: center;
	margin-inline: auto;
}

.posts-layout .entry-thumbnail img.pboa-natural-hair-post-portrait {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 0;
}

.related-thumbnail img.pboa-natural-hair-post-portrait {
	max-width: 100%;
	height: auto;
}

img.pboa-natural-hair-post-inline {
	width: 100% !important;
	max-width: min(100%, 836px) !important;
	height: auto !important;
}
