#shadowing1 {
	display: none;
	position: fixed;
	overflow: visible;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 24, 0.9);
	z-index: 10;
}
#box1 {
	display: none;
	position: fixed;
	overflow: visible;
	top: 4%;
	bottom: 2%;
	left: 15%;
	width: 930px;
	height: auto;
	padding: 10px 0px;
	margin: 0px;
	background-color: #FFF;
	z-index: 101;
}
