.ligthbox-overlay {
	display: none;
	z-index: 9999;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.89);
}
.ligthbox-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 90vh;
	max-width: 75vw;
}
.ligthbox-arrow {
	color: #fff;
	padding: 1rem;
	height: 100%;
	display: table;
	font-size: 2rem;
}
.ligthbox-arrow-span {
	display: table-cell;
	vertical-align: middle;
}
.ligthbox-arrow-span:before {
	cursor: pointer;
}
.ligthbox-arrow.left {
	float: left;
}
.ligthbox-arrow.right {
	float: right;
}
.ligthbox-close {
	color: #fff;
	margin: 1rem;
	right: 0;
	position: absolute;
}
.ligthbox-close:before {
	cursor: pointer;
}