#sfondo-visore::after {
    content: '';
    background-color: black;
    opacity: 0.45;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contenuto-visore {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:767px) {

    .contenuto-visore {
        padding-bottom: 60px;
    }

}

#visore-home .owl-dots {
    width: 100%;
    max-width: var(--w-container);
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: var(--padding-container);
}

#visore-home button.owl-dot {
    width: 7%;
    height: 3px !important;
    border-radius: 30px;
    padding: 0;
    border: 0;
}

#visore-home button.owl-dot.active, #visore-home button.owl-dot:hover {
    background-color: #f39000;
    border: 0;
}

#visore-home .owl-nav button {
    padding: 0;
    background: none;
    border: 0;
}
#visore-home .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
}
#visore-home .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
}
#visore-home .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
}