<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 799px) {
	.slideshow .full-bleed-slide.has-mobile-image img:first-of-type {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.slideshow .full-bleed-slide.has-mobile-image img:last-of-type {
		display: none;
	}
}
</pre></body></html>