@media screen and (min-width: 769px) and (max-width: 900px) {
	.casellahome{
	float: left;
	width:95%;
	padding: 0.5em;
	}
	
	.elementomenu{
	float: left;
	width: 25%;
	}
	
}

@media screen and (min-width: 901px) and (max-width: 1040px) {
	.casellahome{
	float: left;
	width:28%;
	padding: 0.5em;
	}
	
	.elementomenu{
	float: left;
	width: 25%;
	}
	
}
