@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;
	}
}
