.product-details figure{
    height: 400px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d0d0d0;
}

.product-details figure img{
    height: 100%;
    max-width: initial !important;
}