/* 
    Created on : 28 lug 2022, 11:00:31
    Author     : Davide Versace
*/

/*#carousel-section{
    height: 100vw;
}*/
/*.main-slider {
    height: 100vh;
}*/

.cell{
    width: 100%;
}

.slider-item {
    --nav-bar-h : 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(76vh - 50px - 35px + -34px);
    min-height: calc(70vh - 50px - 35px - 24px);
    position: relative;
}

