diff --git a/public/style.css b/public/style.css
index a2552e0d6f6af24862c38e5d27a6d714063e00cd..7f7882c3fb1c185f16ba9fbc14bc9bc1a46e9d31 100644
--- a/public/style.css
+++ b/public/style.css
@@ -22,15 +22,9 @@ body {
   color: #ffffff;
 }
 
-.centerImage{
-  width: 70%;
-  height: 360px;
-  overflow: hidden;
-}
-
 .centerImage img{
   max-width: 100%;
-  height: auto;
+  height: 360px;
   display: block;
   margin: auto;
 }