#lightbox
{
	display: flex;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1001;
	transition: opacity 0.25s ease-in-out;
}

#lightbox img
{
	width: auto;
	max-width: 85vw;
	height: auto;
	max-height: 85vh;
	margin: auto;
}

#lightbox button
{
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #808080;
	font-size: 22px;
	line-height: 22px;
}
