@media (min-width: 991px) and (max-width: 1300px) {
    .deck-slider img.slide-media {
		width: 100%;
	}
	h1, h2, h3, h4 {
		font-size: 3.5em;
	}
    .centered-element-moving {
        background-size: 120% auto !important; /* più piccolo dello zoom finale */
    }
    .centered-element-moving.display {
        background-size: 225% auto !important; /* effetto "cover-like" animato */
    }	
}