#screens {
	width: 100%;
	height: 100%;
	float: none;
	z-index: 50;
	display: block;
}

.screen {
	opacity: 0;
	/*
	visibility: hidden;
	*/
	display: none;
	overflow: visible;
	z-index: 50;

	transition: opacity .5s, transform .5s;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	-moz-transition: opacity .5s, -moz-transform .5s;
	-ms-transition: opacity .5s, -ms-transform .5s;
	-o-transition: opacity .5s, -o-transform .5s;
}
/*
#screens .screen {
    text-align: left;
    height: 100%;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #333333;
}

*/