
#anim #screen { 
	position:absolute; 
	left: 412px;
	top:500px; /*503px;*/ 
	width: 553px;
	height: 553px;
	z-index:200;
} 
#anim #screen > span:first-child {border:5px solid #fff;}
#anim #screen .menuSpan { 
	position:absolute;
	background:#FFF; 
	overflow:hidden; 
} 
#anim #screen .labSpan { 
	position:absolute; 
	color:#fff;
	font-family:DejaVuSansCondensed, thaoma, sans-serif;
	margin:1.5%;
	width: 100%;
	overflow: hidden;
	line-height: 0.9em;
	height: 5.4em; /*3em;*/
}
#anim #screen .labSpan.textSize { 
	font-size:4.5em !important;
}

#anim #screen .textPath { 
	position:absolute; 
	color:#fff; 
	font-size:1.1em; 
	text-align:left;
	top:-113px;
	left:300px;
	width:20%;
	height:300px;
	
	/*left: -256px;
    position: relative;
    top: -75px;
	width:140px;
	display:inline-block;
	font-size:1em;*/
}
#anim #screen .textPath a { 
	color:#fff;
}

@media (max-width: 1195px) {
#anim #screen { 
	left:35%;
}
}
@media handheld, only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
#anim #screen { 
	left:301px; /*330px;*/
	top:580px;
}
}