body {position: relative;}

.n2-partial-content-wrapper{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color:
	rgba(255,255,255,0.7);
	padding: 0px;
	height: 100vh;
	overflow: hidden;
	/*width: 100vw;*/
}

.n2-partial-content-wrapper > div{
	width: 100vw;
	margin: 0px auto;
	border: 0px;
	padding: 0px 2%;
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100vh;
}

.n2-partial-content-wrapper > div > div{
	width: 100%;
	margin: 2% auto;
	border: 1px solid
	#ccc;
	border-radius: 4px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 10px 15px 15px 0px #999;
}