@media only screen and (min-width: 900px) {


.gridContainer {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-512px;
	margin-top:0px;
	width:1024px;
	height:660px;
}

.ndi-mainPic-start{
	position:absolute;
    top:0;
	left:0;
	width:380px;
	height:660px;
	background-color:#FFF;
	background-image:url(../images/mainImage_L.jpg);	
	background-size:cover;
	z-index:10;
}
.ndi-mainPic-on{
	position:absolute;
    top:24px;
	left:18px;
	width:171px;
	height:307px;
	background-color:#FFF;
	border-style:solid;
	border-width:4px;
	border-color:#FFF;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Safari */
    transform: rotate(-5deg);
	box-shadow:3px 3px 9px #000;	
	background-image:url(../images/mainImage_L.jpg);
	background-size:cover;
}
.ndi-headlineHolder-start{
	position:absolute;
    top:420px;
	left:0;
	width:340px;
	height:230px;
	padding:20px 20px 0 20px;
	z-index:10;
	background:none;
}
.ndi-headlineHolder-out{
	position:absolute;
    top:420px;
	left:-400px;
	width:340px;
	height:230px;
	padding:20px 20px 0 20px;
}
.ndi-gradientHolder{
	display:block;
	position:absolute;
    bottom:-10px;
	left:0;
	width:100%;
	height:100%;
	opacity:.75;
}
.ndi-btnContainer{
	position:absolute;
    top:0;
	left:380px;
	width:644px;
	height:650px;
	padding:10px 0 0 10px;
}


.ndi-person-out{
	position:absolute;
    bottom:-550px;
	left:0;
	width:380px;
	height:548px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.ndi-person-in{
	position:absolute;
    bottom:102px;
	left:0;
	width:380px;
	height:548px;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-ms-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
}
.ndi-person-text{
	position:absolute;
    top:345px;
	left:46px;
	width:283px;
	height:130px;
	text-align:center;
}
.ndi-person-pic{
    position:absolute;
    top:14px;
	left:186px;
	width:171px;
	height:307px;
	background-color:#FFF;
	border-style:solid;
	border-width:4px;
	border-color:#FFF;
	-ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Safari */
    transform: rotate(5deg);
	box-shadow:3px 3px 9px #000;	
}
.ndi-person-icon{
	display:inline-block;
	width:26px;
	height:26px;
	border-radius:18px;
	margin-top:12px;
}

.ndi-headline{
	position:absolute;
    top:20px;
	left:20px;
	width:340px;
	font-family: "Guardian Sans Cond Web", sans-serif;
	font-style:normal;
	font-weight: 700;
    font-size: 52px;
	line-height:54px;
	text-align:center;
	color:#FFF;
	text-shadow:2px 2px 5px #000000;
}
.ndi-intro{
	position:absolute;
    top:140px;
	left:20px;
	width:340px;
}

.resetButton_on {
	display:none;
}
.resetButton_off {
	display:none;
}

}
