diff --git a/projects/common/element-components/compound-elements/likert.component.ts b/projects/common/element-components/compound-elements/likert.component.ts
index f2e2e689430b141a3f77f5614d0035395a6cbdcd..6d8049192321d89575bb16db9014c6ddb355762e 100644
--- a/projects/common/element-components/compound-elements/likert.component.ts
+++ b/projects/common/element-components/compound-elements/likert.component.ts
@@ -59,6 +59,7 @@ import { CompoundElementComponent } from './compound-element.directive';
   `,
   styles: [
     '.headings {padding-bottom: 10px}',
+    '.headings img {object-fit: none}',
     '.columns {text-align: center;}',
     '::ng-deep app-likert mat-radio-button span.mat-radio-container {left: calc(50% - 10px)}'
   ]