

.reproductor {
    display: block;
    width: 100%;
    height: 500px;
    /* padding-bottom: 37.25%; */
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
}

img.imagen-previa {
    display: block;
    left: 0;
    bottom: 0;
    margin: 0px;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 500px
}

div.youtube-play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: 0.7;
    position: absolute;
    /* background: url("../images/play1.svg") no-repeat; */
}

div.youtube-play:hover {
    opacity: 1;
}

#youtube-iframe {
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
}
.imgPlay{
    width: 100%;
}
@media (max-width: 760px) {
    img.imagen-previa{
        height: 180px;
    }
    .reproductor {
        padding-bottom:0%;
        height: 180px
    }
}
@media (min-width: 768px) and (max-width: 979px){
    img.imagen-previa{
        height: 500px;
    }
    .reproductor {
        padding-bottom:60.25%;
    }
}
@media (min-width: 1030px) {
    img.imagen-previa{
        height: 485px;
    }
    .reproductor {
        padding-bottom:57.25%;
    }
}
@media (min-width: 1190px) {
    img.imagen-previa{
        height: 490px;
    }
    .reproductor {
        padding-bottom:40.25%;
    }

}
@media (min-width: 1200px) and (max-width: 1399px) {
    img.imagen-previa{
        height: 550px;
    }
    .reproductor {
        padding-bottom:40.25%;
    }
}
@media (min-width: 1400px) and (max-width: 1500px){
    img.imagen-previa{
        height: 550px;
    }
    .reproductor {
        padding-bottom:40.25%;
    }
}