.ty-waterfall {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.ty-waterfall__item {
  position: absolute;
  box-sizing: border-box;
}
.ty-waterfall__item-fade-exit {
  opacity: 1;
}
.ty-waterfall__item-fade-exit-active {
  opacity: 0;
  transition: opacity 0.3s ease;
}