/* AI Press Run v1.13.12 — All category archive image fit. */
body.archive.category .post-image > a {
	display: block;
	width: 100%;
}

body.archive.category .post-image .wp-post-image,
body.archive.category article .post-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center top !important;
}

@media (max-width: 768px) {
	body.archive.category .post-image .wp-post-image,
	body.archive.category article .post-image img {
		width: 100%;
		height: auto !important;
	}
}
