/* Minimal 0.1.0 */
div#lantern {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	display: none;
	background-color: rgba(0,0,0,0.5);
}

div#lantern img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

div#lantern button {
	width: 30px;
	height: 30px;
	border: 0;
	position: absolute;
	top: 6px;
	right: 6px;
	font: bold 20px Arial, Helvetica, sans-serif;
	background: none;
	color: #fff;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}

div#lantern.lantern-show {
	display: block;
}
