#zoomer {
	display: none; position: fixed; z-index: 9999;
	left: 0; top: 0; right: 0; bottom: 0;
	background: #000c;
}
#zoomer .image {
	display: block; position: absolute;
	left: 0; top: 0;
	background: #fff0;
}
#zoomer .image img {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	-o-object-fit: contain; object-fit: contain;
}
#zoomer .close {
	display: block; position: absolute;
	right: 0.75rem; top: 0.75rem; width: 2rem; height: 2rem;
	background: #0003;
	font-size: 1.5rem; color: #fff; text-align: center; text-shadow: 0 0 3px #000; line-height: 2rem;
}
#zoomer .caption {
	display: block; position: absolute;
	left: 0; right: 0; bottom: 0; padding: 1rem;
	background: #000c;
	color: #fff; text-shadow: 0 0 3px #000;
	font-family: canada-type-gibson, sans-serif; font-size: 0.875rem; font-weight: 300; text-align: center;
}
