.fancybox-overlay {
	background: rgba(0, 0, 0, 0.82);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.fancybox-skin {
	left: 50%;
	max-width: 92%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fancybox-image {
	background: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
	display: block;
	max-height: 86vh;
	max-width: 100%;
}

.fancybox-close,
.fancybox-nav {
	background: #fff;
	border: 0;
	color: #111;
	cursor: pointer;
	font-family: Arial, sans-serif;
	line-height: 1;
	position: absolute;
}

.fancybox-close {
	border-radius: 50%;
	font-size: 24px;
	height: 34px;
	right: -17px;
	top: -17px;
	width: 34px;
}

.fancybox-nav {
	font-size: 46px;
	height: 54px;
	margin-top: -27px;
	opacity: 0.88;
	top: 50%;
	width: 42px;
}

.fancybox-prev {
	left: -56px;
}

.fancybox-next {
	right: -56px;
}

.fancybox-title {
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
	padding: 8px 10px;
	text-align: center;
}

@media (max-width: 640px) {
	.fancybox-prev {
		left: 8px;
	}

	.fancybox-next {
		right: 8px;
	}
}
