
  .theme-showcase img
  {
    max-width: 90%;
    height: auto;

    transform: scale(1);
    transition: all 500ms;
    opacity: 1;
  }

  .theme-showcase img.lazy-loading
  {
    max-width: 90%;
    height: auto;

    opacity: 0;
    transform: scale(0);
  }
