From 9fd0ea21c6eecdf1a616fc35412fbfd21414251d Mon Sep 17 00:00:00 2001
From: sacr3dc0w <mshettles@gmail.com>
Date: Fri, 23 Jun 2017 18:16:25 -0700
Subject: [PATCH] Product Images were obscuring product details on smaller
 viewports

---
 CHANGELOG.md                                                 | 1 +
 assets/scss/components/stencil/productView/_productView.scss | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8defd0fd10..1283854d08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 # Changelog
 
 ## Draft
+- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019)
 
 ## 1.8.2 (2017-06-23)
 - Swaps `writeReview` for `write_review` to fix email link issue [#1017](https://github.com/bigcommerce/cornerstone/pull/1017)
diff --git a/assets/scss/components/stencil/productView/_productView.scss b/assets/scss/components/stencil/productView/_productView.scss
index bd0434e186..0d91e79d54 100644
--- a/assets/scss/components/stencil/productView/_productView.scss
+++ b/assets/scss/components/stencil/productView/_productView.scss
@@ -25,8 +25,8 @@
     margin: 0;
 
     @include breakpoint("medium") {
-        min-height: 500px;
-        min-width: 500px;
+        min-height: 366px;
+        min-width: 366px;
     }
 
     img {