.page-recipe-detail-instructions-title-particles {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-recipe-detail-instructions-title-particles .container-fluid {
  height: 100%;
  position: relative;
  width: 100%;
}

.page-recipe-detail-instructions-title-parallax_particles-A,
.page-recipe-detail-instructions-title-parallax_particles-B,
.page-recipe-detail-instructions-title-parallax_particles-C {
  position: absolute;
}

.page-recipe-detail-instructions-title-particles__particles-A,
.page-recipe-detail-instructions-title-particles__particles-B,
.page-recipe-detail-instructions-title-particles__particles-C {
  transform: translateY(0px);
}

.page-recipe-detail-instructions-title-particles__particles-A > picture > img,
.page-recipe-detail-instructions-title-particles__particles-B > picture > img,
.page-recipe-detail-instructions-title-particles__particles-C > picture > img {
  width: 100%;
  transform: rotate(0deg);
  height: 100%;
}

.on-packaging-animation-rotate-left {
  animation: 6s animationTraslateY1 infinite linear;
}
.on-packaging-animation-rotate-left > picture > img {
  animation: 40s animationRotateLeft infinite linear;
}
.on-packaging-animation-rotate-right {
  animation: 6s animationTraslateY2 infinite linear;
}
.on-packaging-animation-rotate-right > picture > img {
  animation: 40s animationRotateRight infinite linear;
}
.pause-packaging-animation {
  animation-play-state: paused;
}
.pause-packaging-animation > picture > img {
  animation-play-state: paused;
}
.page-recipe-detail-instructions-title-parallax_particles-A,
.page-recipe-detail-instructions-title-particles__particles-A {
  display: none;
}
.page-recipe-detail-instructions-title-parallax_particles-B,
.page-recipe-detail-instructions-title-particles__particles-B {
  height: auto;
  right: -23px;
  bottom: -100px;
  width: 60px;
}
.page-recipe-detail-instructions-title-parallax_particles-C,
.page-recipe-detail-instructions-title-particles__particles-C {
  height: auto;
  right: 40px;
  top: -50px;
  width: 20px;
}

@media (min-width: 768px) {
  .page-recipe-detail-instructions-title-parallax_particles-B,
  .page-recipe-detail-instructions-title-particles__particles-B {
    display: none;
  }
  .page-recipe-detail-instructions-title-parallax_particles-C,
  .page-recipe-detail-instructions-title-particles__particles-C {
    right: 115px;
    top: -65px;
  }
}

@media (min-width: 1024px) {
  .page-recipe-detail-instructions-title-parallax_particles-A,
  .page-recipe-detail-instructions-title-particles__particles-A {
    display: block;
    height: auto;
    left: -65px;
    top: -40px;
    width: 90px;
  }
  .page-recipe-detail-instructions-title-parallax_particles-C,
  .page-recipe-detail-instructions-title-particles__particles-C {
    right: 50px;
    top: -60px;
    width: 35px;
  }
}

@media (min-width: 1360px) {
  .page-recipe-detail-instructions-title-parallax_particles-A,
  .page-recipe-detail-instructions-title-particles__particles-A {
    top: -8px;
  }
  .page-recipe-detail-instructions-title-parallax_particles-B,
  .page-recipe-detail-instructions-title-particles__particles-B {
    display: block;
    right: -120px;
    top: 85px;
    width: 60px;
  }
  .page-recipe-detail-instructions-title-parallax_particles-C,
  .page-recipe-detail-instructions-title-particles__particles-C {
    right: 90px;
    top: -40px;
  }
}

@media (min-width: 1920px) {
  .page-recipe-detail-instructions-title-parallax_particles-A,
  .page-recipe-detail-instructions-title-particles__particles-A {
    top: 4px;
  }
  .page-recipe-detail-instructions-title-parallax_particles-B,
  .page-recipe-detail-instructions-title-particles__particles-B {
    right: -50px;
  }
  .page-recipe-detail-instructions-title-parallax_particles-C,
  .page-recipe-detail-instructions-title-particles__particles-C {
    right: 140px;
  }
}


@keyframes animationTraslateY1 {
  0% { transform: translatey(0px); }
 50% { transform: translatey(-80px); }
 100% { transform: translatey(0px); }
}

@keyframes animationTraslateY2 {
 0% { transform: translatey(0px); }
 50% { transform: translatey(80px); }
 100% { transform: translatey(0px); }
}

@keyframes animationRotateRight {
 from { transform:rotate(0deg); }
 to { transform:rotate(360deg); }
}

@keyframes animationRotateLeft {
 from { transform:rotate(0deg); }
 to { transform:rotate(-360deg); }
}
