/************************************************/
/*												*/
/*	IL DISORDINE DELLE COSE						*/
/*	CSS - GENERALE								*/
/*	DEVEL BY TIWI								*/
/*												*/
/************************************************/

@media only screen and (min-width : 960px) and (max-width : 1050px) {
	
	body.tablet section#cover-download.un-ponte-sul-fiume #play-soundcloud {
		position: absolute;
		display:block;
		top: 270px;
		left: 50%;
		margin-left: -480px;
	} section#cover-download.un-ponte-sul-fiume  .description { 
		display:none;
	} section#cover-download.un-ponte-sul-fiume  .description-tablet {
		display:block;
		width: 450px;
		position: absolute;
		top: 380px;
		left: 50%;
		margin-left: -480px;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		color: #333333;
	}
	
}