#pad {
    margin-top: -10px;
    margin-bottom: -10px;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.3);
}
.contenedor1 {
    /* background: url('../img/laptop.png'); */
    background: url('../img/111.png');
    transform: scale(1.3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-align: center;
    /* border: red solid 2px; */
}
.contenedor11 {
    background: url('../img/laptop.png');
    /* background: url('../img/111.png'); */
    /* transform: scale(1.3); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-align: center;
    /* border: red solid 2px; */
}
/* #video {
    border: red solid 2px;
    width: 70%;
    height: 100%;
    margin-top: -13px;
    position:relative;
    transform: scale(2.8, 0.8);
    padding: 10px;
} */
/* este funciona con escalado eje y tamaño pantalla  */
#video {
    /* border: red solid 2px; */
    width: 57%;
    height: 65%;
    /* margin-top: -13px; */
    margin-top: 55px;
    position:relative;
    transform: scale(1.0, 1.5);
    padding: 0px 10px;
    border-radius: 20px;
}
#video11 {
    
    /* border: red solid 2px; */
    width: 70%;
    height: 100%;
    margin-top: -13px;
    /* margin-top: 65px; */
    position:relative;
    transform: scale(1.0, 1.4);
    padding: 0px 10px;
    /* border-radius: 55%; */
}
.wrapper{
    width: 100%;
    height:260px;
    border-radius: 20px;
    /* border: solid gray 1px; */
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}
.wrapper2{
    width: 100%;
    height:260px;
    border-radius: 5px;
    /* border: solid gray 1px; */
    padding-bottom: 10px;
}
#iframe{
    width:100%;
    height:100%;
    border-radius: 20px;
}
#iframe2{
    height:100%;
    border-radius: 20px;
}
#iframe:hover{
    opacity: 0.7;
    border: solid 1px gray;
    transform: scale(1.1);
}
#foto {
    width: 120px;
    border-radius: 50%;
}
.foto-autor {
  text-align: center;
}
.datos-autor {
    text-align: center;
}