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


@charset "UTF-8";

@media only screen and (min-width: 0px) and (max-width: 479px)  {
	section.scotch #scotch-gui .cover .contenuto {
		height: 450px;
		top: 5px;
		overflow: hidden;
		margin-top: -0px;
		width: 300px;
		padding-left: 10px;
	} section.scotch #scotch-gui .cover .contenuto #cover-title {
		width: 300px;
	} section.scotch #scotch-gui .cover .contenuto .cover-description {
		width: 300px;
		font-family: "museo-slab", sans-serif;
		font-size: 15px;
		line-height: 20px;
		color: #ffffff;
		font-weight: 200;
		margin-top: 20px;
	} section.scotch #scotch-gui .cover #scotch-gui-play {
		width: 65px;
		height: 65px;
		top: 0px;
		left: 50%;
		margin-left: -32px;
		margin-top:320px;
		cursor: pointer;
	} section.scotch #scotch-gui .cover #scotch-logo {
		display:none;
		
	}
}