#slider-base img{
    height: calc(100vh - 110px);
    /* height: calc(100vh - 136px); */
    object-fit: cover;
}

#slider-base .carousel-caption {
    height: 100%;
    bottom: 0;
    justify-content: center;
    /* display: flex!important; */
    align-items: center;
}

#slider-base .carousel-indicators {
    /* top: 160px; */
}

#slider-base .carousel-caption h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#slider-fake {
    width: 100%;
    background: #666;
    height: calc(100vh - 110px);
}

/* REGOLE DI BUONA CONVIVENZA */

.nav-convivenza{
    position: absolute!important;
}

.book-convivenza{
    bottom: 0;
    position: absolute;
}