.product .box-image{
    height: 180px;
}
.product .box-image > .image-fade_in_back{
    height: 100%;
}
.product .box-image > .image-fade_in_back > a{
    height: 100%;
}
.product .box-image > .image-fade_in_back > a > img{
    object-fit: contain;
    height: 100%;
}