#fader{
	width:100%;
	background-color:#fff;
	position:fixed;
	top:0px;
	left:0px;
	opacity:0.9;
	z-index:10;
	height:100%;
	display:none;
	align-items:center; 
	justify-content:center;
}