.catalog-category-view .product-image-wrapper .top-left.category,
.catalog-category-view .product-image-wrapper .top-right.category,
.catalog-category-view .product-image-wrapper .lower-left.category,
.catalog-category-view .product-image-wrapper .lower-right.category {
    max-width: 40%;
    position:absolute;
    z-index: 2;
}

.catalog-category-view .product-image-wrapper .top-right.category {
    right:0;
    top:0;
}
.catalog-category-view .product-image-wrapper .lower-left.category {
    bottom:0;
}

.catalog-category-view .product-image-wrapper .lower-right.category {
    bottom:0;
    right:0;
}

.catalog-product-view .product.media { position: relative; }

.catalog-product-view .product.media .top-left.product,
.catalog-product-view .product.media .top-right.product,
.catalog-product-view .product.media .lower-left.product,
.catalog-product-view .product.media .lower-right.product {
    max-width: 40%;
    position: absolute;
    z-index: 2;
}

.catalog-product-view .product.media .top-right.product {
    right:0;
    top:0;
}
.catalog-product-view .product.media .lower-left.product {
    bottom:0;
}

.catalog-product-view .product.media .lower-right.product {
    bottom:0;
    right:0;
}

.catalog-product-view .product-image-wrapper .top-left.product,
.catalog-product-view .product-image-wrapper .top-right.product,
.catalog-product-view .product-image-wrapper .lower-left.product,
.catalog-product-view .product-image-wrapper .lower-right.product {
    max-width: 40%;
    position:absolute;
    z-index: 2;
}

.catalog-product-view .product-image-wrapper .top-right.product {
    right:0;
    top:0;
}
.catalog-product-view .product-image-wrapper .lower-left.product {
    bottom:0;
}

.catalog-product-view .product-image-wrapper .lower-right.product {
    bottom:0;
    right:0;
}

.product-image-wrapper { position: relative; }
.product-image-wrapper .top-left.category,
.product-image-wrapper .top-right.category,
.product-image-wrapper .lower-left.category,
.product-image-wrapper .lower-right.category {
    max-width: 40%;
    position:absolute;
    z-index: 2;
}

.product-image-wrapper .top-right.category {
    right:0;
    top:0;
}
.product-image-wrapper .lower-left.category {
    bottom:0;
}

.product-image-wrapper .lower-right.category {
    bottom:0;
    right:0;
}


.catalog-product_compare-index .product-image-wrapper { width:auto !important; position: relative; }
.catalog-product_compare-index .product-image-wrapper .top-left.category,
.catalog-product_compare-index .product-image-wrapper .top-right.category,
.catalog-product_compare-index .product-image-wrapper .lower-left.category,
.catalog-product_compare-index .product-image-wrapper .lower-right.category {
    max-width: 40%;
    position:absolute;
    z-index: 2;
}
.catalog-product_compare-index .product-image-wrapper .top-right.category {
    right:0;
    top:0;
}
.catalog-product_compare-index .product-image-wrapper .lower-left.category {
    bottom:0;
}
.catalog-product_compare-index .product-image-wrapper .lower-right.category {
    bottom:0;
    right:0;
}