@media only screen and (min-width:480px) and (max-width:767px) {
	#loghi {
		text-align:center;
		width:100%;
		margin-top:5px;
	}
	#loghi img {
		max-height:25px;
		width:auto;
	}
	#header {
		height:100px;
	}
	#menusx, #barradx {
		top:45px;
	}
	#ricerca input[type="search"] {
	font-size:20px;	
	}
		#filtridesktop {
		display:none;
	}
	#filtrimobile {
		display:block;
	}
	#rigatotale {
		display:none;
	}
		.video-container  {
width: 100%;
height: 200px;
object-fit: contain;
}
}

