diff --git a/src/containers/VideoViewer.js b/src/containers/VideoViewer.js
index 07919ecc188d0f7173863d4b867b0fb508d3fea6..824986006ca0480568e46207f564d18cf87d1c8a 100644
--- a/src/containers/VideoViewer.js
+++ b/src/containers/VideoViewer.js
@@ -48,11 +48,7 @@ const styles = () => ({
     width: '100%',
   },
   video: {
-    height: '100%',
-    maxHeight: '100%',
-    maxWidth: '100%',
-    'object-fit': 'contain', // 'scale-down',
-    'object-position': 'left top',
+    height: 'auto',
     width: '100%',
   },
 });