* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1{
	text-align: center;
}

.wrap {
	position: relative;
	max-width: 100%;
    max-height: 100%;
    border: 0 none;
   
	margin: 0 auto;
}

.magnifier {
	width: 350px;
	height: 350px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25);
	display: none;
	z-index:9999;
}

.target {
	display: block;
	width: 100%;
}