/* Archive cards use the aspect ratio of the size requested by Jannah.
   Cropping here affects display only; it does not alter uploaded images. */
.posts-items .post-thumb img.attachment-jannah-image-large {
	width: 100%;
	height: auto;
	aspect-ratio: 390 / 220;
	object-fit: cover;
	object-position: center;
}

.posts-items .post-thumb img.attachment-jannah-image-small {
	width: 100%;
	height: auto;
	aspect-ratio: 220 / 150;
	object-fit: cover;
	object-position: center;
}

.posts-items .post-thumb img.attachment-jannah-image-post {
	width: 100%;
	height: auto;
	aspect-ratio: 780 / 470;
	object-fit: cover;
	object-position: center;
}
