.products-single .box-img-hover.center-image-within {
    /*background-color: #0b2e13;*/
    position: relative;
    height: 240px;
}

.products-single .box-img-hover.center-image-within a {
    /*position: relative;
    width: 100%;
    height: 100%;*/
    /*background-color: #00d082;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.products-single .box-img-hover.center-image-within img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*
.image-anchor {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-anchor img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.image-anchor img.tall {
    height: 100%;
}

.products-single .box-img-hover.center-image-within.ad-within-min-width {
!*.products-single .center-image-within.ad-within-min-width {*!
    min-height: 389px;
}

.products-single .box-img-hover.center-image-within.ad-within-fullwidth {
!*.products-single .center-image-within.ad-within-fullwidth {*!
    height: 330px;
    min-height: 270px;
    padding: 11px 0;
}
*/
