From 8553981d35d6973dda44382b7ff2a30b3d26cd88 Mon Sep 17 00:00:00 2001
From: "Henrique V. Ehrenfried" <hvehrenfried@inf.ufpr.br>
Date: Thu, 28 Jan 2021 11:28:16 -0300
Subject: [PATCH] Fix Presenting video format

Signed-off-by: Henrique V. Ehrenfried <hvehrenfried@inf.ufpr.br>
---
 src/Components/ModalVideoApresentacao.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Components/ModalVideoApresentacao.js b/src/Components/ModalVideoApresentacao.js
index 3b83f173..286cdf69 100644
--- a/src/Components/ModalVideoApresentacao.js
+++ b/src/Components/ModalVideoApresentacao.js
@@ -52,9 +52,8 @@ export default function ModalVideoApresentacao (props) {
 
 const VideoContainer = styled.div`
     position : relative;
-    width : 100%;
-    height : 0;
-    padding-bottom : 56.25%;
+    width : 70%;
+    height : 70%;
 
     .video {
         width : 100%;
-- 
GitLab