/*Make in Mobile version, not Zoom the product image*/
@media (max-width : 480px) {
	.product-image-gallery-main-cont:after {
		content: " ";
		position: absolute;
		z-index: 100;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}