diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index 99c57eb..28a0e77 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -225,7 +225,8 @@ body.is-p-subnav .site-header { } .p-intro__gallery { width: 100%; - max-width: 40rem; + max-width: 35rem; + max-height: 35rem; align-self: stretch; min-width: 0; aspect-ratio: 1; @@ -246,7 +247,7 @@ body.is-p-subnav .site-header { width: auto; max-width: 100%; max-height: 100%; - height: auto; + height: 100%; object-fit: contain; } .p-intro__gallery-nav { @@ -554,12 +555,14 @@ body.is-p-subnav .site-header { align-items: center; justify-content: center; width: 100%; - max-width: 40rem; - height: fit-content; + height: 100%; + max-width: 35rem; + max-height: 35rem; } .p-download__visual img { - width: min(22.125rem, 70%); - height: auto; + width: 100%; + height: 100%; + object-fit: contain; display: block; } .p-download__content {