diff --git a/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss b/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss index 5f277500411..b4bfcc7bebd 100644 --- a/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss +++ b/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss @@ -42,9 +42,6 @@ cx-product-image-zoom-view { .cx-default-image-zoom { display: flex; justify-content: center; - &:has(picture) { - max-height: calc(90vh - 200px); - } @include media-breakpoint-up(lg) { height: calc(90vh - 200px); // TODO: (CXSPA-7492) - Remove feature flag next major release.