#product-image {
    width: 500px !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
}

picture:has(#product-image) {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}