@charset "utf-8";

/* Mobile */
@media only screen and (min-width: 0px) {
	.contenitore-slideshow {
		max-width: none;
	}
}

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

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