div.tarolo {
    width: 580px;
    height: 337px;
    overflow: hidden;
    position: relative;
    top: 145px;
    left: 350px;

    cursor: pointer;
   
}

div.carousel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div.title_holder {
    background-color: rgba(10, 10, 10, 0.8);
    height: 100%;
    left: 0;
    position: relative;
    top: 270px;
    width: 100%;
}
div.felirat {
    color: white;
    font-size: 20px;
    font-weight: bolder;
    z-index: 20;
}
span.cim {
    color: white;
}
div.title_holder {
    z-index: 10;
}
div.images {
    position: absolute;
}
div.images img {
    float: left;
}
div.images img {
    min-height: 400px;
    min-width: 580px;
    width: 580px;
}

/* mozgó képen belüli felirat */
div.cim {
    color: white;
    padding: 5px;
    /* font-family:cursive; */
    font-size: 30px;
    text-shadow: black 0.1em 0.1em 0.2em;
      
}

div.alcim {
    color: white;
    margin-top: -10px;
    padding: 5px;
    /* font-family:cursive; */
    font-size: 14px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
