.product_3d_showcase {
	width: 100%;
	margin-top: 20px;
	clear: both;
	float: left;
	overflow: auto;
}


.example_image {
	min-height: 355px;
	
}
a.zoom-in{
	display:block;
	width:236px;
	height:122px;
	overflow:hidden;
	
}
a.zoom-in img{
	width:100%;
	transition: all 0.3s ease-in-out;
}

a.zoom-in:hover img{
	transform: scale(1.2,1.2);
}
