.wrap_1 {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.magnifier_1 {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
	display: none;
}


.target_1 {
	display: block;
	width: 100%;
}

.wrap_2 {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

.magnifier_2 {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
	display: none;
}


.target_2 {
	display: block;
	width: 100%;
}

.wrap_3 {

	position: relative;
	width: 640px;
	margin: 0 auto;
}

.magnifier_3 {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
	display: none;
}


.target_3 {
	display: block;
	width: 100%;
}

.wrap_4 {

	position: relative;
	width: 640px;
	margin: 0 auto;
}

.magnifier_4 {
	width: 150px;
	height: 150px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 3px 3px rgba(0, 0, 0, 0.25);
	display: none;
}


.target_4 {
	display: block;
	width: 100%;
}