.lightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 10000;
	text-align: center;
}

.lightbox-overlay.is-open {
	display: block;
}

.lightbox-overlay .lightbox-image {
	max-width: 90vw;
	max-height: 90vh;
	margin-top: 5vh;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.lightbox-overlay .lightbox-close {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
}
