diff --git a/patterns/molecules/gallery/css/gallery-component.css b/patterns/molecules/gallery/css/gallery-component.css
index e3701d670e04ff7195c5c86ac83e2e05e668e066..fd3452a4265f69b017cccf41bbf99e1e818c4e07 100755
--- a/patterns/molecules/gallery/css/gallery-component.css
+++ b/patterns/molecules/gallery/css/gallery-component.css
@@ -112,7 +112,6 @@
   -ms-flex-direction: column;
   flex-direction: column;
   min-height: 100%;
-  min-width: 100%;
   height: auto !important;
   margin-bottom: 0 !important;
 }
diff --git a/patterns/molecules/gallery/sass/gallery-component.scss b/patterns/molecules/gallery/sass/gallery-component.scss
index 9f32d2d49b2064f69ab66656ac9f1bc39eb41dbc..ba3674c8587ee4c62c6c4b12a6a2272d3efcb44c 100755
--- a/patterns/molecules/gallery/sass/gallery-component.scss
+++ b/patterns/molecules/gallery/sass/gallery-component.scss
@@ -83,7 +83,6 @@
       @include flex-wrap(wrap);
       @include flex-direction(column);
       min-height: 100%;
-      min-width: 100%;
       height: auto !important;
       margin-bottom: 0 !important;
       img {