/**
 * TLG listing card overrides.
 *
 * Keep these outside the Avail plugin and parent Divi theme so updates do not remove them.
 */
#primaz .filterDivprop {
	margin-bottom: 2.5rem !important;
}

#primaz .listimagemain {
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
	margin: 0 auto !important;
	z-index: 200;
}

#primaz .listimagemain a {
	display: block;
}

#primaz .listimagemain img {
	display: block !important;
	width: 100% !important;
	height: 18rem !important;
	object-fit: cover !important;
}

@media only screen and (max-width: 767px) {
	#primaz .filterDivprop {
		float: none !important;
		width: 100% !important;
		margin: 10px 0 2.5rem 0 !important;
	}

	#primaz .listimagemain img {
		height: 14rem !important;
	}
}
