.adv-vis-ele-image-reveal {
	text-align: center;
}
.adv-vis-ele-image-reveal-container {
	position: relative;
	display: inline-block;
}
.adv-vis-ele-image-reveal-back,
.adv-vis-ele-image-reveal-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}
.adv-vis-ele-image-reveal-back {
	z-index: 2;
	opacity: 0;
}
.adv-vis-ele-image-reveal-front {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.adv-vis-ele-image-reveal-front img {
	max-width: 100%;
	max-height: 100%;
}
.adv-vis-ele-image-reveal-zoom {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 7px 2px 13px rgba(0, 0, 0, 0.1);
}