  #scrolly {
    position: relative;
    display: block ;
    padding: 0;
  }

  #scrolly:before {
      content: "";
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 50px;
      left: 0;
      display: block;
      background-image: url(../img/Copertina_Mar-Baltico.webp);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  #scrolly article {
    position: relative;
    padding: 0;
    margin: 0 auto;
  }

  figure {
    position: -webkit-sticky!important;;
    position: sticky!important;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #003043;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }

  .opacity-1 {
    opacity: 1;
  }

  header {
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      top: 0;
  }

  header > div {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  /*     .step {
      margin: 0 auto 2rem auto;
      background-color: white;
      padding: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      color: black;
  }
*/
  .step {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 60px);
    padding-top: 50vh;
  }

  .step.minimo {
    height: calc(25vh - 60px);
    margin-bottom: 0!important;
  }

  .step.doppio {
    height: calc(150vh - 60px);
  }

  .step.triplo {
    height: calc(275vh - 60px);
  }


  .box_scrolly_text_cnt {
    margin: auto;
    width: 100%;
    max-width: 600px;
    position: relative;
    background-color: white;
    padding: 24px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: black;
    line-height: 30px;
  }

  .box_scrolly_text_cnt p {
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
  }

  #scrolly .first_step {
    margin-bottom: 0;
    background-color: transparent;
  }

  .step:last-child {
    padding-top: 0;
    margin-bottom: 0!important;
  }

  #grafico-iframe {
    height: 100% !important;
  }

  .icona-omino {
    position: relative;
    display: inline-block;
    width: 30px;
  }

  .icona-omino::before {
    content: "";
    background-image: url(../img/icona-omino.svg);
    background-position: center center;
    background-size: 100%;
    position: absolute;
    width: 33px;
    height: 32px;
    transform: translateY(-22px);
  }

  @media screen and (min-width: 610px) {
    /* #scrolly {
      background-image: url(../img/Copertina_Mar-Baltico.webp);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
    } */
  }

  @media screen and (max-width: 610px) {
    .step.mobile-triplo {
      height: calc(275vh - 60px);
    }
    #scrolly-grafico, figure, .fl-scrolly-caption{
      max-width: 100vw!important;
      width: 100vw!important;
    }

    .fl-scrolly-caption{
      overflow: hidden;
    }

    figure{
      height: calc(100vh + 60px) !important;
    }

    #grafico-iframe {
        /* height: calc(100vh + 60px) !important; */
        top: 0!important;
    }

  }

  @media screen and (max-width: 375px) {
    /* #scrolly {
      position: relative;
    }

    figure {
      width: 100vw;
      height: calc(100vh - 100px);
    }

    #scrolly article {
      position: relative;
      padding: 0 15px;
      margin: 0 auto;
      width: 95%;
      max-width: 95%;
    }

    .box_scrolly_text_cnt {
      padding: 10px 20px;
    }

    .icona-omino::before {
      transform: translate(-17px, -22px);
    } */
  }

  @media screen and (min-width: 376px) and (max-width: 768px) {
    /* #scrolly {
      position: relative;
    }

    figure {
      width: 100vw;
      height: calc(100vh -100px);
    }

    #scrolly article {
      position: relative;
      padding: 0 15px;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
    }

    .box_scrolly_text_cnt {
      padding: 30px 20px;
    }

    .icona-omino::before {
      transform: translate(-17px, -22px);
    } */

  }