.single_inside_content img {
	cursor: zoom-in;
}

.hp-lightbox-open {
	overflow: hidden;
}

.hp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(8, 8, 8, 0.94);
	opacity: 0;
	transition: opacity 160ms ease;
}

.hp-lightbox.is-open {
	display: flex;
	opacity: 1;
}

.hp-lightbox__figure {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 48px 68px;
	box-sizing: border-box;
}

.hp-lightbox__image {
	display: block;
	max-width: calc(100vw - 136px);
	max-height: calc(100vh - 96px);
	width: auto;
	height: auto;
	object-fit: contain;
	box-shadow: 0 16px 52px rgba(0, 0, 0, 0.48);
}

.hp-lightbox__button {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.50);
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	transition: color 120ms ease, background-color 120ms ease;
}

.hp-lightbox__button:hover,
.hp-lightbox__button:focus {
	color: rgba(255, 255, 255, 0.94);
	outline: none;
}

.hp-lightbox__close {
	z-index: 5;
	top: 22px;
	right: 28px;
	width: 42px;
	height: 42px;
	font-size: 34px;
	font-weight: 200;
}

.hp-lightbox__arrow {
	z-index: 4;
	top: 0;
	bottom: 0;
	width: 92px;
	font-size: 62px;
	font-weight: 200;
}

.hp-lightbox__prev {
	left: 0;
}

.hp-lightbox__next {
	right: 0;
}

.hp-lightbox__arrow span {
	display: block;
	transform: translateY(-2px);
}

@media (max-width: 760px) {
	.hp-lightbox__figure {
		padding: 54px 18px;
	}

	.hp-lightbox__image {
		max-width: calc(100vw - 36px);
		max-height: calc(100vh - 108px);
		box-shadow: none;
	}

	.hp-lightbox__close {
		top: 10px;
		right: 12px;
	}

	.hp-lightbox__arrow {
		width: 48px;
		font-size: 44px;
	}
}
