/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/02/2021, 05:26:40 PM
    Author     : Mauricio
*/

/* CSS */
.vidContain {
    /*width:1280px; height:720px;*/
    position:relative;
    display:inline-block;
   /* margin:10px;*/
}
.vid {
    position: absolute; 
    top: 0; left:0;
    width: 100%; height: 100%; 
    z-index: -1;
}    
.content {
    position:relative;
    
    background: transparent;
    color:white;
}