.lazyLoad {
    width: 100%;
    opacity: 0;
  }

  .visible {
    transition: opacity 1000ms ease;
    opacity: 1;
  }