.page-recipe-detail-presentation-waves {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-recipe-detail-presentation-waves__container {
  height: 100%;
  position: relative;
  width: 100%;
}
.page-recipe-detail-presentation-waves__container svg {
  height: inherit;
  /* width: 120%;
  transform: translateX(-10%); */
}
.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%;
  }
}

@media (min-width: 1929px) {
  .page-recipe-detail-presentation-waves {
    height: 45vw;
  }
}
