diff --git a/theme/static/css/main.css b/theme/static/css/main.css
index f3163bdd7b51505b06afc526a2980d4ce9f48256..88f41b92ca062076945090eccdb2cbebf3fa9aea 100644
--- a/theme/static/css/main.css
+++ b/theme/static/css/main.css
@@ -22,6 +22,7 @@
 	--header-menu-button-size: 3rem;
 	--outline-color: #337AB7;
 	--col-width: auto;
+	--max-image-height: 60vh;
 }
 
 * {
@@ -447,8 +448,9 @@ sup {
 }
 
 .content img {
-	width: 100%;
+	/* width: 100%; */
 	max-width: 100%;
+	max-height: var(--max-image-height);
 	overflow: scroll;
 }