#vm-product-img-popup {
	position: absolute;
	height: auto;
	width: auto;
	z-index: 100;
	pointer-events: none;
	padding: 8px;
	background: white;
	border: 1px solid #dddddd;
    -webkit-box-shadow: rgba(200, 200, 200, 0.74) 0 0 13px;
        box-shadow: rgba(200, 200, 200, 0.74) 0 0 13px;

}