@media (min-width: 1200px) {
	
#nascondifrecciahome, #nascondifrecciahomeindietro, #nascondifrecciahomeavanti
{
	visibility:hidden;
}
}

@media (max-height: 600px) {
	
    #nascondifrecciahomeindietro
	{
		visibility:visible;
		width:145px;
		height:480px;
		left:2%;
		top:10%;
		background-repeat: no-repeat;
		background-size:cover;
	}
	#nascondifrecciahomeavanti
	{
		visibility:visible;
		width:145px;
		height:480px;
		right:2%;
		top:10%;
		background-repeat: no-repeat;
		background-size:cover;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	
    #nascondifrecciahomeindietro
	{
		visibility:visible;
		width:145px;
		height:480px;
		left:2%;
		top:10%;
		background-repeat: no-repeat;
		background-size:cover;
	}
	#nascondifrecciahomeavanti
	{
		visibility:visible;
		width:145px;
		height:480px;
		right:2%;
		top:10%;
		background-repeat: no-repeat;
		background-size:cover;
	}

}