.image .product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.image .product-image-wrapper {

    box-sizing: border-box;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 1;
    overflow: hidden;
    position: relative;

}


.image {

    box-sizing: border-box;
    display: inline-block;
    margin: 5px 5px 5px 0;
    position: relative;
    vertical-align: top;
    width: 60px;
}

.image .product-image-wrapper:hover .product-image {
    opacity: .5;
}
