/* >>>>> -->>>>> ----- estilos demo ----- <<<<<-- <<<<< */
#jd-carrusel {
    align-items: stretch;

    width: 90%!important;
    max-width: 1000px;
    max-height: 80vh;
    margin: 50px auto;
}
.jd-item__carrusel {
    min-height: 60vh;
    padding: 5px;
    border: solid 3px rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    overflow: hidden;
}
.jd-cont__text{
    width: 100%;
    height: 30%;
}
.jd-title__carrusel{
    margin-bottom: 5px;
    text-decoration: underline;
}
.jd-cont__img{
    width: 100%;
    height: 70%;
}
.jd-img__carrusel{
    width: 100%;
    object-fit: contain;
}
.jd-item__carrusel iframe{
    width: 100%;
    height: 45%;
}