.perfundo-overlay {
	display: flex;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.9);
}
.perfundo-overlay:target, .perfundo-overlay.is-active {
	visibility: visible;
}
.perfundo-content {
	max-height: 100%;
	overflow: auto;
}
:target > .perfundo-content, .is-active > .perfundo-content {
	animation: 0.4s ease-out 0.2s both;
	animation-name: inherit;
}
.perfundo-figure {
	display: none;
	margin: 1.5em;
}
:target > .perfundo-figure, .is-active > .perfundo-figure {
	display: block;
}
.perfundo-figure img {
	display: block;
}
.perfundo-figcaption {
	color: #fff;
	text-align: right;
}
.perfundo-image {
	padding-top: -50%;
}
.perfundo-control {
	position: absolute;
	width: 3em;
	height: 3em;
	background-position: center center;
	background-size: cover;
	text-indent: -999em;
}
.perfundo-close {
	top: 1em;
	right: 1em;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%2032%2032%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.7%2010.3c-0.4-0.4-1-0.4-1.4%200l-4.3%204.3-4.2-4.2c-0.4-0.4-1-0.4-1.4%200-0.4%200.4-0.4%201%200%201.4l4.2%204.2-4.3%204.3c-0.4%200.4-0.4%201%200%201.4%200.4%200.4%201%200.4%201.4%200l4.3-4.3%204.2%204.2c0.4%200.4%201%200.4%201.4%200%200.4-0.4%200.4-1%200-1.4l-4.2-4.2%204.3-4.3C22.1%2011.3%2022.1%2010.7%2021.7%2010.3zM16%200C7.2%200%200%207.2%200%2016s7.2%2016%2016%2016c8.8%200%2016-7.2%2016-16S24.8%200%2016%200zM16%2030C8.3%2030%202%2023.7%202%2016S8.3%202%2016%202s14%206.3%2014%2014S23.7%2030%2016%2030z%22%2F%3E%3C%2Fsvg%3E");
}
.perfundo-untarget {
	position: fixed;
	top: 0;
}