
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 2rem !important;
			min-height: 50vh !important;
		}

		.Container H1.PageTitle {
			margin-bottom: 0.7rem !important;
		}
		.RassImage IMG {
			width:100%;
			display: block;
		}
		.Container .RassDate {
			margin-bottom: 3rem;
			display: block;
		}
		.RassImage IMG {
			width:100%;
			display: block;
			margin-top: 5rem;
		}
	}

/*	Desktop  */
	@media screen and (min-width: 441px) {
		.Container {
			margin-top: 2rem !important;
		}
		
		.RassImage {
			width:100%;
			margin-top:8rem;
		}
		.Container H1.PageTitle {
			margin-bottom: 0.7rem !important;
		}
		.RassImage IMG {
			width:100%;
			display: block;
		}
		.Container .RassDate {
			margin-bottom: 3rem;
			display: block;
		}
		.ElencoEventi {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 0;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			margin-top:3rem;
		}

	}