.column-wpcd_site_home_page_image img {	
	/* Restrict featured image in the first column of the sites list to 150x150 in wp-admin */
	max-width: 150px;
	max-height: 150px;
	object-fit: cover;
	object-position: left top;
}

#wpcd_featured_images_app_options_mb img {
	/* Restrict featured image 250x250 in site detail screen in wp-admin */
	max-width: 250px;
	max-height: 250px;
	object-fit: cover;
	object-position: left top;	
}