.product-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 800px;
    background-color: #fff;
}
.product-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
}