



/* =Contenitore head 
-------------------------------------------------------------- */


#contents-head-prodotto {
	position:relative;
	max-width:980px;
	height:427px; /*471*/
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	/*border: 1px solid #F00;*/
}

.content-button{
	position:absolute;
	z-index:9;
	bottom:75px;
	left:174px;
}

@media only screen and (max-width: 600px) {
	#contents-head-prodotto {
		height:180px;
	}
	.content-button {display:none;}
}
@media only screen and (max-width: 361px) {
	#contents-head-prodotto {
		height:140px;
	}
}
