/**
 * Catalog pack shots: cap height and center on Assisted Blog Writer posts.
 * Exact max-height is also set in wp_head from the plugin setting (default 360px).
 */
.webit-bw-post .post-thumbnail,
.webit-bw-post .entry-thumbnail,
.webit-bw-post .oxy-post-image,
.webit-bw-post figure.wp-block-post-featured-image {
	text-align: center;
}

.webit-bw-post img.wp-post-image,
.webit-bw-post .post-thumbnail img,
.webit-bw-post .entry-thumbnail img,
.webit-bw-post .oxy-post-image img,
.webit-bw-post figure.wp-block-post-featured-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
