.holder {   
  position: relative;	
  width: auto;
  display: inline-block;    
}

.holder img {
  width: 70%;
  height: auto;    
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.pnldati{
	position: relative;
	width: 90%;
	max-width: 120rem;
	margin: 0 auto;
	padding: 2rem 0%;
	background: rgba(255,255,255, 0.4);
}

.datoa{
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
	background: rgba(255,255,255, 0.4);
}

.dato{
	position: relative;
	float: left;
	width: 16.6%;
	text-align: center;
	text-shadow: 0.2rem 0.2rem 0.4rem #000000;
	color: #ffffff;
} 

.datoSeparatore{
	position: absolute; 
	width: 0.1rem;
	height: 100%;
	right: 0;
	top: 0;
	background: #ffffff;
}

@media screen and (min-width: 480px) {
dato{
	font-size: 1.5rem;
} 
dato i{
	font-size: 1.2rem;
}
span.datoNome {
	font-size: 1.2rem;
}
span.datoUnit{
	font-size: 1.2rem;
}
}

@media screen and (max-width: 480px) {
dato{
	font-size: 0.4rem;
}
fa0{
	display: none; !important
}
span.datoNome {
	font-size: 0.4rem;
}
span.datoUnit{
	font-size: 0.2rem;
}

}
