.large_img_content {
	display: block;
	opacity: 1;
	transition: opacity 0.5s linear 0s;
	position: fixed;
	z-index: 99999;
	direction: ltr;
	touch-action: none;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.9);
	inset: 0px;
	width: 100%;
	text-align: center;
	display:none;
}

.large_img_content img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}