.page-product-presentation-waves {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-product-presentation-waves__container {
  height: 100%;
  position: relative;
  width: 100%;
}
.presentation-waves {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}

@media (min-width: 1780px) {
  .presentation-waves {
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
