diff --git a/static/css/style.css b/static/css/style.css
index 427f62390d79c4b6b430435f73433454a60b793d..d3bb28432d7847f541ca508add8fe9a20f8c8a3c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -186,10 +186,6 @@ time.icon span {
 	margin-bottom: 4rem;
 }
 
-.carousel .carousel-image {
-	max-height: 500px;
-}
-
 .carousel-text-dark {
 	color: #000;
 	text-shadow: 1px 1px 3px #fff;
@@ -209,5 +205,6 @@ time.icon span {
 }
 
 .carousel-inner img {
-  margin: auto;
+	max-height: 70vh;
+	margin: auto;
 }