diff --git a/src/Components/ModalVideoApresentacao.js b/src/Components/ModalVideoApresentacao.js
index 3b83f173cd56e4a3724ca7d71003c55d88fc9d49..286cdf69dd9c4bf42c8e94c9a84a8010d0f4091e 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%;