<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    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(100vh - 50px - 35px + 19px);
    min-height: calc(100vh - 50px - 35px - 25px);
    position: relative;
}

</pre></body></html>