#scrolly-cnt,
#scrolly-cnt * {
  box-sizing: border-box;
}

#scrolly-cnt {
  width: 1260px;
  padding: 0 105px;
  margin: auto;
  background-color: #f1f8ec;
}

.backgroundAdv #scrolly-cnt {
  width: inherit;
  padding: 0 40px;
}

.dividi {
  height: 100vh;
  width: 100%;
  background-color: blue;
}

#scrolly {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f8ec;
}

#scrolly article {
  position: relative;
  z-index: 2;
}

#scrolly .step {
  width: 330px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scrolly .step p {
  background-color: #f1f8ec;
  color: #0c4e3f;
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

#scrolly figure {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  justify-content: flex-end;
  left: 20%;
  width: 100%;
  top: 60px;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 3;
}
#scrolly-cnt figure iframe {
  aspect-ratio: 20 / 19;
}

@media screen and (max-width: 1260px) {
  #scrolly-cnt {
    width: 100%;
    padding: 0 60px;
  }
}

@media screen and (max-width: 1024px) {
  #scrolly .step {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #scrolly .step p {
    width: 400px;
    padding: 24px;
    border-radius: 15px;
    background: #dcead1;
    position: relative;
    z-index: 10;
  }

  #scrolly iframe {
    width: 600px;
  }

  #scrolly .step {
    min-height: 800px;
    height: 200vh;
  }

  #scrolly article {
    position: relative;
    z-index: 3;
    pointer-events: none;
  }

  #scrolly figure {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  #scrolly {
    padding-top: 250px;
  }

  #scrolly iframe {
    width: calc(100% - 32px);
  }

  #scrolly .step {
    width: calc(100% - 32px);
    min-height: auto;
  }

  #scrolly-cnt {
    padding: 0;
  }

  figure {
    top: calc(50%) !important;
    transform: translateY(-50%) !important;
  }
}
