/*
Theme Name: Insignia Life Theme
Description: The 2018 theme Insignia Life.
Author: Ricardo Olivares Velazquez
Author URI: 
Version: 1.0
*/
.mifuente {
    font-size: 4vh;
	color: white;
}

.video {
	display: block;
	width: auto;
	margin: 0 auto; 
} 

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}



















