DIV.eventi DIV.evento {
   cursor: pointer;
}

#eventi_hl2 DIV.evento {
	width: 100%;
}

#eventi_hl1 DIV.evento {
	width: 49.3%;
	display: inline-block;
	vertical-align: top;
}

#eventi_hl1 DIV.evento:nth-child(odd) {
	margin-right: 1.4%;
}

#eventi_hl0 {
    /*autoprog 2020-12-17*/
	/* margin-top: 150px; */
}

#eventi_hl0 DIV.evento {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

#eventi_hl0 DIV.evento {
	margin-bottom: 30px;
}

DIV.eventi {
    /*autoprog 2020-12-17*/
	/* margin-bottom: 60px; */
}

#eventi_hl1 DIV.evento {
	margin-bottom: 30px;
}

#eventi_hl1 DIV.info H2.titolo {
	padding-right: 30px;
}


#eventi_hl2 DIV.evento DIV.copertina {
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#eventi_hl1 DIV.evento DIV.copertina {
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#eventi_hl0 DIV.evento DIV.copertina {
	height: 180px;
	width: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#eventi_hl0 DIV.info H2.titolo {
	margin-top: 0;
}

DIV.info H2.titolo {
	text-transform: uppercase;    
}

#eventi_hl2 DIV.info DIV.periodo {
	font-weight: 800;
}

#eventi_hl1 DIV.info H2.titolo,
#eventi_hl1 DIV.info DIV.periodo {
   font-weight: 400;
}

#eventi_hl0 DIV.evento DIV.copertina,
#eventi_hl0 DIV.evento DIV.info {
	display: inline-block;
	vertical-align: top;
}

#eventi_hl0 DIV.evento DIV.info {
	width: 100%;
	padding-left: 200px;
	position: absolute;
	top: 0;
	left:0;
}

#eventi_hl0 DIV.info DIV.periodo,
#eventi_hl0 DIV.info H2.titolo {
	font-weight: 300;
}

#eventi_hl0 H2.anno {
   margin-bottom: 30px;
   margin-top: 60px; 
   /*autoprog 2020-12-17*/  
   padding-top: 20px;   
}

#eventi_hl0 H2.anno:first-of-type {
   margin-top: 0;
}



/*autoprog 2021-03-30 */
@media screen and (max-width: 1023px) { 
    DIV.info H2.titolo {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
	
	#eventi_hl2 DIV.evento DIV.copertina {
		height: 310px;
	}
	
	#eventi_hl1 DIV.evento {
		width: 100%;
		display: block;
		margin-right: 0;
	}
	
	#eventi_hl1 DIV.info H2.titolo {
		padding-right: 0;
	}
	
	#eventi_hl0 DIV.evento {
		width: 100%;
	}
	
	#eventi_hl0 DIV.evento DIV.copertina,
	#eventi_hl0 DIV.evento DIV.info {
		display: block;
	}
	
	#eventi_hl0 DIV.evento DIV.info {
		margin-top: 30px;
		position: static;
		padding-left:0;
		width: 100%;
	}
   
   #eventi_hl2 DIV.evento,
   #eventi_hl1 DIV.evento,
   #eventi_hl0 DIV.evento {
      margin-bottom: 110px;
   }

}