@media all
{
.featherlight {
	background: rgba(0, 0, 0, 0);
	left: 0px; top: 0px;
	text-align: center;
	right: 0px;
	bottom: 0px;
	display: none;
	white-space: nowrap;
	position: fixed;
	z-index: 2;
	cursor: pointer;
}
:last-of-type.featherlight {
	background: rgba(0, 0, 0, 0.9);
}
.featherlight::before {
	height: 100%;
	margin-right: -0.25rem;
	vertical-align: middle;
	display: inline-block;
	content: "";
}
.featherlight .featherlight-content {
	background: rgb(255, 255, 255);
	margin-top: 4rem;
	text-align: left;
	overflow: auto;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	position: relative;
	cursor: auto;
	max-height: 95%;
	min-width: 30%;
}
.featherlight .featherlight-inner {
	display: block;
}
.featherlight .featherlight-close-icon {
	background: rgba(255, 255, 255, 0.8);
	top: 0.5rem;
	width: 2rem;
	text-align: center;
	right: 0.5rem;
	color: rgb(0, 0, 0);
	line-height: 2rem;
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	border-radius: 2rem;
	box-shadow: 2px 2px 15px  rgba(0, 0, 0, 0.7);
}
.featherlight .featherlight-image {
	width: 100%;
}
.featherlight-iframe .featherlight-content {
	padding: 0px;
	border-bottom-color: currentColor;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.featherlight iframe {
	border: 0px currentColor;
	border-image: none;
}

}
