
@import url('https://fonts.googleapis.com/css?family=Dosis');

table, td, th {
    border: 0px solid black;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    height: 50px;

}

.textos {
  
    background-color: transparent;
    width: 90%;
    height: auto;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    background-repeat: no-repeat;
    padding:30px;
}

/* The CSS */
.videoWrapper {
     position: relative;
     padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
     height: 0;
     width: 100%; /* You can set this width to whatever suits your needs */
     margin: 0 auto;
}

.videoWrapper video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
