diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index 28a0e77..912fdca 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -679,9 +679,9 @@ body.is-p-subnav .site-header { background: transparent; } .p-related__media img { - width: auto; - max-width: 6.25rem; - max-height: 12.875rem; + width: 100%; + height: 100%; + object-fit: contain; display: block; } .p-related__foot {