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

		#NewsContainer #ElencoNews .NewsBox {
			width: 100%;
	        margin: auto;
	        text-decoration: none;
		}

		#NewsContainer #ElencoNews .NewsBox a {
			text-decoration: none;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox {
			margin: 0 0.5rem 2rem 0.5rem;
			display: grid;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .ImageContainer {
			padding-top: 2rem;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .ImageContainer .Image {
			width: 100%;
			height: auto;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .Title {
			margin: 0;
			padding: 0;
			margin-top: 0.8rem;
			font-size: 0.95rem;
	        line-height: 1.17rem;
	        font-weight: 700;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .SubTitle {
	        font-family: Cardo serif;
			margin: 0;
			padding: 0;
			margin-top: 0.5rem;
			line-height: 1.17rem;
	        font-weight: 300;
	        letter-spacing: 0.022rem;
	        color: var(--Palette1light);
	        font-size: 1.04rem;
		}



	}

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

		#NewsContainer #ElencoNews .NewsBox {
			text-decoration: none;
		}

		#NewsContainer #ElencoNews .NewsBox a {
			text-decoration: none;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox {
/*			margin-bottom: 2rem;*/
			border: 2.5rem solid transparent;
			border-top: 0;
			display: grid;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .ImageContainer {
			padding-top: 2rem;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .ImageContainer .Image {
			width: 100%;
			max-width: 23rem;
			height: auto;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .Title {
			width: 92%;
			margin: 0;
			padding: 0;
			margin-top: 0.8rem;
			font-size: 0.95rem;
	        line-height: 1.17rem;
	        font-weight: 700;
		}

		#NewsContainer #ElencoNews .NewsBox a .TextBox .SubTitle {
			width: 92%;
	        font-family: Cardo serif;
			margin: 0;
			padding: 0;
			margin-top: 0.5rem;
			line-height: 1.17rem;
	        font-weight: 300;
	        letter-spacing: 0.022rem;
	        color: var(--Palette1light);
	        font-size: 1.04rem;
		}




	}