
/* Overlay nero leggero su tutti gli slide */
.hero-hp .uk-slideshow-items .el-item {
   /* position: relative !important;
    min-height: 680px;*/
}

.hero-hp .uk-slideshow-items .el-item::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 30, 0.25) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Porta contenuti (titolo, meta) sopra l'overlay */
.hero-hp .uk-slideshow-items .el-item > .uk-position-cover.uk-flex {
    position: relative !important;
    z-index: 2 !important;
   /* min-height: 380px;*/
}

.hero-hp .el-title {
position:absolute;
    z-index: 2 !important;

}