/**
Lightbox
**/

#lightbox-help-center {
	position: fixed;

	/* keeps the lightbox window in the current viewport */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000ac;
	text-align: center;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#lightbox-help-center p {
	text-align: right;
	color: #fff;
	margin-right: 20px;
	font-size: 12px;
}

#lightbox-help-center i {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
}

#lightbox-help-center img {
	box-shadow: 0 0 25px #111;
	max-width: 940px;
}
