.banner-titolo {

}

.banner-titolo .banner-titolo-inside {
    position: relative;
}

.banner-titolo .spacer {
    padding-top: 31.70%;
}

.banner-titolo .banner-titolo-inn {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-titolo .banner-titolo-text {

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}


@media screen and (max-width: 992px) {
    .banner-titolo .spacer {
        display: none;
    }

    .banner-titolo .banner-titolo-text {

        position: static;
        top: unset;
        transform: unset;

        padding-top: 100px;
        padding-bottom: 100px;

    }

}

@media screen and (max-width: 768px) {
    .banner-titolo .banner-titolo-text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

