/************************************************/
/*												*/
/*	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#homepage {
		background-color:black; height:540px; min-height:540px;
	} section.scotch#homepage .contenuto #cover-logo {
		position: absolute;
		left: 50%;
		margin-left: -142px;
	} section.scotch#homepage #cover-image {
		height:600px!important;
		width:auto!important;
		left:50%!important;
		margin-left:-275px!important;
	} section.scotch#homepage .contenuto #cover-title {
		position: absolute;
		left: 50%;
		margin-left: -142px;
		width: 321px;
		top: 42px;
	} section.scotch#homepage .contenuto .cover-description {
		font-family: "museo-slab", sans-serif;
		font-size: 25px;
		line-height: 32px;
		color: #ffffff;
		font-weight: 200;
		position: absolute;
		top: 90px;
		margin:10px;
	}  section.scotch#homepage .contenuto #scotch-gui-play {
		width:80px; height:80px; overflow:hidden; display:block;
		position:absolute;
		background-image:url(./../../img/50.10.scotch/gui/play.png);
		background-repeat:no-repeat; background-position:0px 0px;
		background-size:200%;
		top: 0px;
		left: 50%;
		margin-left: -50px; margin-top:260px; cursor:pointer;	
	} section#cover  {
		height:100%; min-height:100%;
	} section#cover #interno-horiz {
		display:none;
	} section#cover #interno-vert {
		display:block; right:0px;
	}
	
}