.dark-filter {
	background-color: black;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999998;
}

.ez-zoom-container {
	display: none;
	min-width: 400px;
	min-height: 400px;
	max-width: 700px;
}

.ez-zoom {
	position: absolute;
	border: 2px solid black;
	background-color: black;
	z-index: 99999999;
	left: 3% !important;
	right: 3% !important;
	width: 94% !important;
	margin: 0 auto;
}

.ez-zoom-contents-wrapper a:hover {
	text-decoration: none !important;
}

.ez-btn {
	position: absolute;
	z-index: 999999999;
	cursor: pointer;
}

.ez-btn.ez-next {
	right: 0;
}

.ez-btn.ez-prev {
	left: 0;
}