@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 0px) {
	.contenitore-slideshow {
		max-width: none;
	}
	.contenitore-slideshow img{
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
	}
}

/* Tablet */
@media only screen and (min-width: 481px) {}

/* Desktop */
@media only screen and (min-width: 769px) {}