.product_area .product_img img {
    transition: 0.25s ease;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.trento_hp_img {
    width: 100%;
    /* background: radial-gradient(89.77% 89.77% at 50% 61.04%, #f2f2f2 0%, #e1e1e1 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem;
    height: 450px;
}
.trento_hp_img img {
    max-height: 450px;
    max-width: 100%;
    width: auto;
    height: auto;
}
#rollover_placeholder
{
    transition: none;
}