
/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 0.5rem;
		}
		.RassImage {
			margin-top: 10rem;
		}
		.RassImage IMG {
			height: 7rem;
			max-width: 100%;
		}
		.PageTitle{
			display: none;
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		.Container {
			padding-top: 16.5rem;
			color: var(--Palette2);
		}
		.RassImage {
			position: relative;
			width:100%;
			margin-top:8rem;
			margin-bottom:2rem;
		}
		.RassImage IMG {
			width:100%;
			display: block;
		}
		.RassImage .Overlay {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			background: radial-gradient(ellipse, transparent 0%, transparent 50%, #000000 100%);
			background-size: 200% 200%;
			background-position: 0% 100%;
		}
		.RassDate {
			font-size:1.2rem;
			color: #222222;
			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;
		}
		.PageTitle{
		    position: absolute;
		    bottom: -2rem;
		    color: #fff;
		    left: 2rem;
		    color: var(--Palette2) !important;
		    text-transform: uppercase;
		    font-size: 3rem;
		}
		.PageTitle.NoImage {
			position: relative;
			bottom: unset;
			left: unset;
		}

	}