.wrapper::-webkit-scrollbar {
    display: none;
  }
/*Pagina storia*/
.wrapper{
    width: 100%;
    height:100dvh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    
}
.title-story{
    position: absolute;
    top:30vh;
}

.btn-scopri{
    font-style: italic;
    text-decoration: none;
    color:var(--verde-scuro);
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2560 - 300)));
}
.text-big{
    overflow-y: auto;
    text-align: justify;
}

.subtitle-story { 
    font-size: 4rem;
    line-height: 4rem;
}

.subtitle-story.quadrille {
    font-size:4rem;
    line-height:4rem;
}

.subsubtitle-story { 
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.slides{
    width: 100%;
    height:100%;
    /*
    display: block;
    align-items: end;
    justify-content: center;
    scroll-behavior: smooth;
    scroll-snap-align: start;*/
    transition: 2s all;
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: auto;

}
.slide-0{
    background-image: url("../img/storia/slide-0.jpg");
    background-size:cover;
}

.header-container {
    position: relative;
    text-align: center;
}

.header-text {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.data-story {
    max-height: 6rem;
}

h1,h2,h3,h4 {
    word-wrap: break-word;
    font-weight: 400;
}


.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}