/* LIGHTBOX-FIX */

.lb-outercontainer
{
	min-width: 250px;
	min-height: 250px;
	width: fit-content !important;
	height: fit-content !important;
	width: -moz-fit-content !important;
	height: -moz-fit-content !important;
	display: table !important;
	margin: auto !important;
}

.lb-image {
	max-height: 80vh;
	max-width: 80vw;
	height: auto !important;
	width: auto !important;
}