#modal_video{
        position:fixed;
        width:70%;
        height:auto;
        left:10vw;
        top:10vh;
        background:rgba(0,0,0,0.2);  
    }    
    #close_video{
        color:#FFFFFF;
        position:absolute;
        top:10px;
        right:10px;
    }

video {
  width: 100%;
  height: auto;
}
.boton_1{
    text-decoration: none;
    padding: 5px;
    font-weight: 100;
    font-size: 10px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    border: 0px solid #0016b0;
  }

  .boton_2{
    text-decoration: none;
    padding: 10px;
    font-weight: 100;
    font-size: 10px;
    color: #ffffff;
    width: 5%;

    background-color: #6060e8;
    border-radius: 4px;
    border: 0px solid #0016b0;
  }


.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}

  .texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}