#lightbox {
	position: fixed;
	top: 0 !important;
	overflow: hidden;
	height: 100%;
	display:none;
}

#lightbox > .lb-outerContainer {
	background-color: transparent !important;
	position: absolute;
	height: auto !important;
	top: 50%;
	transform: translateY(-50%);
	overflow: scroll;
	left: 0;
	right: 0;
	width: 100% !important;
}

#lightbox > .lb-outerContainer > .lb-container > .lb-image {
	border: none !important;
	border-radius: 0 !important;
	height: auto !important;
	max-width: 600px;
	width: auto !important;
}

#lightbox > .lb-dataContainer {
	width: 100% !important;
}