/*CSS per mobile*/


@media screen and (max-width: 768px) {
	.casellahome{
	float: left;
	width:100%;
	padding: 1em;
	}
	
	.grigliaplenary{
	width:99.9999%;
	float: left;

	}
	
	.elementomenu{
	float: left;
	width: 100%;
	}
	
	.dropdown-content {
		width: 100%;
	}
	
	.elementoheader{
		float: left;
		width: 33.33333%;
		overflow:hidden;
	}

	.logoaidic{
		float:left;
		max-width: 60px;
		object-fit: scale-down;
		
	}

	.logocongresso{
		display:block;
		margin:auto;
		width:100px;
		object-fit:scale-down;
	}

	.testointro{
		font-size: 1em;
		
	}
}