/*
 * Keep the homepage LF Listings cards proportional as their carousel cells
 * respond to the viewport. The image crop remains presentation-owned while
 * listing retrieval and rendering remain plugin-owned.
 */
body #homepage_listing .LF-image {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

body #homepage_listing .LF-image > a {
	display: block;
	width: 100%;
	height: 100%;
}

body #homepage_listing .LF-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}
