
/*
 * Styling is deliberately limited to the replacement photograph.
 * It does not alter the homepage banner, text, country labels or buttons.
 */
body img.ppir-export-image {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 580 / 388 !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 24px !important;
	box-shadow: 0 12px 34px rgba(24, 63, 36, .10) !important;
	filter: none !important;
	opacity: 1 !important;
}

body .ppir-export-background {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	border-radius: 24px !important;
}

@media (max-width: 767px) {
	body img.ppir-export-image {
		border-radius: 16px !important;
	}
}
