.module-container-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}

.image-parallax {
  border-radius: 5px;
  box-shadow: 0px -3px 22.5px 2.5px rgb(0 0 0 / 5%);
  position:absolute;
  max-width:167px;
}

.two-column-parallax .module-container{
  position:relative;
}

.two-column-parallax ul {
      padding: 0;
    list-style-type: none;
}

.two-column-parallax ul li {
  padding-bottom:15px;
}

.scroll-container {
height:100%;
  overflow:hidden;
  height:500px;
  position:relative;
}

.scroll-container:before {
    content:" ";
background: rgb(255,255,255);
background: linear-gradient(185deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  height:100px;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:10;
}

.scroll-container:after {
  content:" ";
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  height:100px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:10;
}

#scroll-text {
  height: auto;
  
  /* animation properties */
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  
  -moz-animation: my-animation 90s linear infinite;
  -webkit-animation: my-animation 90s linear infinite;
  animation: my-animation 90s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(0px); }
  to { -moz-transform: translateY(-5120px); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(0px); }
  to { -webkit-transform: translateY(-5120px); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    -moz-transform: translateY(-5120px);
    -webkit-transform: translateY(-5120px);
    transform: translateY(-5120px);
  }
}

img#image-11 {
  left: calc(50% - 83px);
  top: 150px;
}

img#image-10 {
  left: calc(25% - 83px);
  top: 0;
}

img#image-9 {
  right: 0;
  top: 260px;
}
img#image-8 {
  top: 0;
  right: -50px;
}

img#image-7 {
  top: 280px;
  left: 0;
}

img#image-6 {
  left: -170px;
  top: 470px;
}
img#image-5 {
  right: -200px;
  top: 470px;
}
img#image-4 {
  top: 200px;
  right: -335px;
}

img#image-3 {
  top: 100px;
  left: -200px;
}
img#image-2 {
  left: -350px;
  top: 690px;
}

img#image-1 {
  top: 680px;
  right: -400px;
}


@media (max-width:992px) {
  .two-column-parallax .module-container {
    padding-top:400px!Important;
  }
}

@media (max-width:767px) {
  
  
  img#image-9 {
    top:200px;
  }
  img#image-7 {
    top:210px;
  }
  img#image-10 {
top:-100px;
  }
  img#image-8 {
    top:-80px;
  }
  img#image-11 {
    top:60px;
  }
  
}

@media (max-width:479px) {
  .image-parallax {
    max-width:140px;
  }
  img#image-9 {
    top: 185px;
}
  img#image-6 {
    display:none;
  }
  
  img#image-8 {
    right:15px;
  }
  
  img#image-7 {
    left:15px;
  }
  img#image-9 {
right:10px;
  }
}










