.ka-lightbox {

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	text-align: center;
	background: rgba(0, 0, 0, 0.75);

}

.ka-img-lightbox {

	max-height: 90%;
	max-width: 90%;
	margin: 5%;
}

.ka-close-lightbox {
	position: absolute;
	top: 0;
	right: 0;

	border-left: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-radius: 0 0 0 5px;
	padding: 5px 10px;
	color: #eee;
	background: rgba(0, 0, 0, 0.75);

	cursor: pointer;
}