diff --git a/opentech/static_src/src/sass/public/components/_listing.scss b/opentech/static_src/src/sass/public/components/_listing.scss
index ec908b9b7413f904e6b51dd72c391d5ed73f509f..a9aa4bb32e6d66ed2f06566febfe7075ba9f28e7 100644
--- a/opentech/static_src/src/sass/public/components/_listing.scss
+++ b/opentech/static_src/src/sass/public/components/_listing.scss
@@ -97,6 +97,8 @@
 
     &__image {
         margin-bottom: 10px;
+        height: 180px;
+        width: 180px;
 
         @include media-query(tablet-portrait) {
             position: absolute;
@@ -108,8 +110,6 @@
             display: flex;
             align-items: center;
             justify-content: center;
-            width: 180px;
-            height: 180px;
             background-color: $color--light-blue;
 
             > svg {