.layer {
	background-color: #bcc9c8;
	background-position: center;
	position: relative;
	visibility: hidden;
	z-index: auto;
	height: auto;
	width: auto;
	left: center;
	top: center;
	right: center;
	bottom: center;
	clip:  rect(center center center center);
}

