/* 
    Created on : 28 lug 2022, 11:00:31
    Author     : Davide Versace
*/

/*#carousel-section{
    height: 100vw;
}*/
/*.main-slider {
    height: 100vh;
}*/

.cell{
    width: 100%;
}


.base {
    --nav-bar-h: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.main-slider .flickity-viewport {
    height: 750px !important; /* Altezza per schermi larghi */
}

/* Media query per schermi più piccoli (come i portatili) */
@media (max-width: 1600px) {
    .flickity-viewport {
        height: 550px !important; /* Altezza per schermi più piccoli */

    }

    .slider-item {
        height: calc(88vh - 50px - 35px + 10px);
    }
}

.small {
    height: calc(76vh - 50px - 35px + -34px);
    min-height: calc(70vh - 50px - 35px - 24px);
}



