diff --git a/projects/common/components/text-image-panel.component.ts b/projects/common/components/text-image-panel.component.ts
index 6fc26c163d99f3811070d4d6d8171f4f7968cc6b..e20b2c45522a1356b4d482f239d292d7de35dad3 100644
--- a/projects/common/components/text-image-panel.component.ts
+++ b/projects/common/components/text-image-panel.component.ts
@@ -35,7 +35,9 @@ import { DragNDropValueObject, TextImageLabel } from 'common/models/elements/lab
     .image-wrapper {
       display: flex;
       justify-content: inherit;
-      max-height: 100%;
+      max-height: 350px;
+      max-width: 600px;
+      padding: 0 20px;
     }
     .column {flex-direction: column;}
     .column-reverse {flex-direction: column-reverse;}