@media (min-width: 1024px) {
  /* ==== CONTENT FOLD-J ==== */

  .animate .content-fold-j-img {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
  }

  .animate.animate-complete .content-fold-j-img {
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .animate .content-fold-j-content {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }

  .animate.animate-complete .content-fold-j-content {
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  /* ==== CONTENT FOLD-J FLIPPED==== */

  .animate.flipped .content-fold-j-img {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }

  .animate.animate-complete.flipped .content-fold-j-img {
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .animate.flipped .content-fold-j-content {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
  }

  .animate.animate-complete.flipped .content-fold-j-content {
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  
  /* ==== CONTENT FOLD-J ==== */

  .animate .services-fold-image {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }

  .animate.animate-complete .services-fold-image {
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .animate .services-fold-content {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
  }

  .animate.animate-complete .services-fold-content {
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  /* ==== CONTENT FOLD-J FLIPPED==== */

  .animate.flipped .services-fold-image {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
  }

  .animate.animate-complete.flipped .services-fold-image {
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .animate.flipped .services-fold-content {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }

  .animate.animate-complete.flipped .services-fold-content {
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  /* ==== CONTENT FOLD-J ==== */

  .animate .ebook-image {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(-1000px);
    -webkit-transform: translateX(-1000px);
  }

  .animate.animate-complete .ebook-image {
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .animate .ebook-form {
    transition: all 0s ease;
    opacity: 0;
    transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
  }

  .animate.animate-complete .ebook-form {
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
