/* Keep the complete slide visual visible instead of enlarging and cropping it. */
.ahp-hero-slide-background img {
	object-fit: contain;
	object-position: right center;
}

@media (max-width: 767px) {
	.ahp-hero-slide-background img {
		object-position: center bottom;
	}
}
