#karma-lightbox-opened {
	align-items: center;
	background-color: rgba(#333, 0.9);
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow-y: scroll;
	padding: 24px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100000;

	.karma-lightbox-close {
		background: transparent;
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		color: #FFF;
		cursor: pointer;
		display: block;
		filter: alpha(opacity=65);
		font-family: Arial,Baskervill;
		font-size: 28px;
		font-style: normal;
		height: 44px;
		line-height: 44px;
		opacity: .65;
		outline: 0;
		overflow: visible;
		padding: 0 0 18px 10px;
		padding: 0;
		position: absolute;
		right: 0;
		text-align: center;
		text-decoration: none;
		top: 0;
		width: 44px;
		z-index: 1046;
		-webkit-appearance: none;
	}

	.karma-lightbox-loading {
		align-items: center;
		color: #fff;
		display: flex;
		height: 100%;
		justify-content: center;
		left: 0;
		margin: 0 auto;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	img {
		box-shadow: 0 0 6px 3px #333;
		display: initial;
		max-height: 100%;
		max-width: 100%;
	}
}

// No Scroll
.karma-image-lightbox-active {
	overflow: hidden;
}