.page-product-presentation-fruits {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-product-presentation-fruits .container-fluid {
  height: 100%;
  position: relative;
  width: 100%;
}
.page-product-presentation-fruits__container {
  height: 100%;
  position: relative;
  width: 100%;
}
.page-product-presentation-fruits .presentation-fruit-container {
  position: absolute;
  transform: scale(0.809);
}
.page-product-presentation-fruits .presentation-big-object {
  position: relative;
  transform: scale(0.809);
}
.page-product-presentation-fruits__fruit-A {
  left: -186px;
  top: -65px;
}
.page-product-presentation-fruits__fruit-B {
  right: -194px;
  top: 162px;
}
.page-product-presentation-fruits__fruit-C {
  bottom: 55px;
  left: -212px;
}
.page-product-presentation-fruits__fruit-D {
  bottom: -10px;
  right: -152px;
}

.on-presentation-animation-1 {
  animation: 9s animationFloating1 infinite linear;
}
.on-presentation-animation-2 {
  animation: 8s animationFloating2 infinite linear;
}
.pause-presentation-animation {
  animation-play-state: paused;
}

@media (min-width: 768px) {
  .page-product-presentation-fruits .presentation-fruit-container {
    transform: scale(0.9);
  }
  .page-product-presentation-fruits .presentation-big-object {
    transform: scale(0.9);
  }
  .page-product-presentation-fruits__fruit-A {
    left: -122px;
    top: -35px;
  }
  .page-product-presentation-fruits__fruit-B {
    right: -186px;
    top: 75px;
  }
  .page-product-presentation-fruits__fruit-C {
    bottom: 185px;
    left: 14px;
  }
  .page-product-presentation-fruits__fruit-D {
    bottom: -10px;
    right: -162px;
  }
}

@media (min-width: 1024px) {
  .page-product-presentation-fruits__fruit-A {
    left: -115px;
    top: 80px;
  }
  .page-product-presentation-fruits__fruit-B {
    right: -126px;
    top: 0px;
  }
  .page-product-presentation-fruits__fruit-C {
    bottom: 95px;
    left: 30px;
  }
  .page-product-presentation-fruits__fruit-D {
    bottom: -25px;
    right: -120px;
  }
}

@media (min-width: 1360px) {
  .page-product-presentation-fruits .presentation-fruit-container {
    transform: scale(1);
  }
  .page-product-presentation-fruits .presentation-big-object {
    transform: scale(1);
  }
  .page-product-presentation-fruits__fruit-A {
    left: -72px;
    top: 134px;
  }
  .page-product-presentation-fruits__fruit-B {
    right: -88px;
    top: 42px;
  }
  .page-product-presentation-fruits__fruit-C {
    bottom: 164px;
    left: 105px;
  }
  .page-product-presentation-fruits__fruit-D {
    bottom: -28px;
    right: -68px;
  }
}

@media (min-width: 1920px) {
  .page-product-presentation-fruits__fruit-A {
    left: -9px;
    top: 60px;
  }
  .page-product-presentation-fruits__fruit-B {
    right: 8px;
    top: 110px;
  }
  .page-product-presentation-fruits__fruit-C {
    bottom: 190px;
    left: 184px;
  }
  .page-product-presentation-fruits__fruit-D {
    bottom: 64px;
    right: 14px;
  }
}

@keyframes animationFloating1 {
  from { transform: translateY(0px) scale(1); }
  50%  { transform: translateY(45px) scale(0.9); }
  to   { transform: translateY(0px) scale(1); }
}

@keyframes animationFloating2 {
  from { transform: translateY(0px) scale(1); }
  50%  { transform: translateY(-45px) scale(0.9); }
  to   { transform: translateY(0px) scale(1); }
}
