#zoom-big-image {
	margin: 0;
	overflow:hidden;
	border:8px solid #fff;
	border-radius: 6px;
	background-color:#fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
#zoom-big-image > img, .zoomWrapper > img {
	max-width: 100%;
	width:100%;
	position:  relative !important;
}
@media (max-width: 640px) {
#zoom-big-image {
margin: 0 auto 15px;
text-align:center;
}
#zoom-big-image img {
 position: relative !important;
}
}

.zoomWindowContainer {
	z-index: 1;
}
.zoomWindow {
	padding:8px;
	margin: -8px 0 0 25px;
	border: none !important;
	border-radius: 6px;
	background-color:#fff;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
}
@media (max-width: 768px) {
.zoomWindow {
	padding:0;
	margin: 0;
	border: 1px solid red !important;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	left: 0 !important;
	position:relative !important;
}
}
.zoomLens {
	background:#fff !important;
	border-color:#ccc !important;
	-webkit-transition: all 0.1s 0s ease;
	-moz-transition: all 0.1s 0s ease;
	-o-transition: all 0.1s 0s ease;
}
