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


@charset "UTF-8";

@media only screen and (min-width : 480px) and (max-width : 767px) { 

	html, body { }	
	
	/* MOBILE HORIZONTAL PANEL */
	.mobile-horizontal-panel {
		width:100%;
		height:120%;
		background-color:#000000;
		position:fixed;
		z-index:5000;
		display:block;
		background-image:url(./../../img/50.mobile/rotate-device.png);
		background-repeat:no-repeat;
		background-position: 50% 30%;
		background-size:200px;
	}
	
	
}

