diff --git a/styles/css/vtex.product-summary.css b/styles/css/vtex.product-summary.css index 8fd4405..f38cfc1 100644 --- a/styles/css/vtex.product-summary.css +++ b/styles/css/vtex.product-summary.css @@ -31,6 +31,12 @@ height: 434.4px; } @media (max-width: 1920px) { + .imageStackContainer { + width: 314.4px !important; + height: 314.4px; + } +} +@media (max-width: 1400px) { .imageStackContainer { width: 291.2px !important; height: 291.2px; diff --git a/styles/sass/pages/product/vtex.product-summary.scss b/styles/sass/pages/product/vtex.product-summary.scss index 5d65d07..ecab326 100644 --- a/styles/sass/pages/product/vtex.product-summary.scss +++ b/styles/sass/pages/product/vtex.product-summary.scss @@ -21,6 +21,10 @@ width: 434.4px !important; height: 434.4px; @media (max-width: 1920px) { + width: 314.4px !important; + height: 314.4px; + } + @media (max-width: 1400px) { width: 291.2px !important; height: 291.2px; }