/**
 * Layout for JS-wrapped product image link in Fusion carousels (see ada-woo-carousel-product-image-link.js).
 */

body #wrapper .fusion-carousel-item-wrapper .fusion-image-wrapper > a.jh-product-image-link {
	display: block;
	line-height: 0;
}

body #wrapper .fusion-carousel-item-wrapper .fusion-image-wrapper > a.jh-product-image-link img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
