/* Unlimited Elements Post Grid inside the marked members directory only.
 * Preserve image proportions and links. This does not trim image files.
 */
.isomee-members-grid .elementor-widget-ucaddon_post_grid .uc_post_image {
	box-sizing: border-box;
	width: 100% !important;
	aspect-ratio: auto !important;
	height: 150px !important;
	min-height: 0 !important;
	padding: 16px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.isomee-members-grid .elementor-widget-ucaddon_post_grid .uc_post_image img {
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
	max-width: 180px !important;
	max-height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	aspect-ratio: auto !important;
}

@media (max-width: 767px) {
	.isomee-members-grid .elementor-widget-ucaddon_post_grid .uc_post_image {
		height: 120px !important;
		padding: 12px !important;
	}
}
