.scroll-image-container{

  height:calc(100vw / 3);
  width: 100vw;
  position: relative;
  overflow: hidden;

}

img.scroll-image{
  position:absolute;

  opacity: 100%;
  width: 100%;

  transition-property: top;
  transition-duration: 0.6s;

  object-fit: cover;
}