#todo {
	/*position: fixed;*/
	position: relative;
	width: 100%;
	height: 90vh;
	margin-top: 60px;
	/*z-index: 10;*/

  }
  #todo img {
	width: 100%;
	height: 100vh;
	
  }


.nombrecumple {
	position: absolute;
	/*z-index: 100660;*/
	color: #fff;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: left;
	bottom: 30px; 
	font-size: 18px;
	font-weight: bold;
	/*
	background-color: #000;
	opacity: 0.5;
	*/
	margin-bottom: 10px;
	border-top: #fff 2px solid;
  }
  
  .nombrecumple div{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: #fff 2px solid;
  }
  
  .nombrecumple span{
	padding: 10px 10px 10px 10px;
  }
  
  #mi-video {
	height: 100vh;
	min-height: 100vh;
	width: auto;
	overflow-x: hidden;
	z-index: 20;
  }
  #mi-video video {
	height: 100vh;
	min-height: 100vh;
	width: auto;
	
  }
  #cara{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 200px;
	z-index: 100660;
  }
  
  #cara img{
	width: 400px;
	height: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
  }

  .button-container {
	text-align: center;
	z-index: 11;
	position: absolute;
	bottom: 30px;
	width: 100%;
  
  }
  
  .btn {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 5x 10px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	min-width: 100px;
	margin-right: 20px;
	margin-left: 20px;
  }
  
  .btn:hover {
	background-color: #0056b3;
  }