
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 8rem;
		}
		.RassImage {
			margin-top: 10rem;
		}
		.RassImage IMG {
			height: 7rem;
			max-width: 100%;
		}
		.Container H1.PageTitle {
			display: block;
	        margin: 0;
	        padding: 0;
	        margin-bottom: 2.5rem;
	        margin-top: -2rem;
	        line-height: 1.1em;
	        font-size: 2.1rem;
	        font-weight: 700;
	        color: var(--Palette2);
	        text-align: left;
	        letter-spacing: -0.05rem;
	        text-transform: uppercase;
		}
		.RassDate {
			color: var(--Palette2);
			display: block;
			font-size: 1.5rem;
			font-family: var(--Font_Condensed);
			margin-top: -2rem;
			margin-bottom: 3rem;
		}
		.RassDate i {
		    font-weight: 900;
		    margin-right: 0.5rem;
		}

		.Evento .Titles .Title {
			padding-right: 0rem !important;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		.Container {
			margin-top: 6rem;
		}
		.RassImage {
			width:100%;
			margin-top:8rem;
		}
		.RassImage IMG {
			width:100%;
			display: block;
		}
		.RassDate {
			color: var(--Palette2);
			display: block;
			font-size: 1.5rem;
			font-family: var(--Font_Condensed);
			margin-top: -2rem;
			margin-bottom: 5rem;
		}
		.RassDate i {
		    font-weight: 900;
		    margin-right: 0.5rem;
		}
		.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;
		}

	}