.pn2-lightbox {
	position:fixed;
	z-index: 9999999;
	top: 0; left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba( 255,255,255, 1 );

}
.pn2-lightbox .pn2-inner {
	padding-top: 40px;					/* spacing from top of page */
}

.pn2-lightbox .pn2-close-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	border: solid 1px #999;
	padding: 2px 10px;
	border-radius: 20px;;
	cursor: pointer;
}
