/* product img sizing for home page handled in featured products css */
.product-page-cat-img {
    position: absolute;
    z-index: -10;
	transform: rotateY(180deg);
    width: 500px;
    height: auto;
    top: 100px;
    right: 80px;
    opacity: 0.2;
}

