.bottle-visual {
  flex: 1 1 auto;
  min-height: 0;
  position: absolute;
  z-index: 2;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0%;
}

.bottle-visual__water {
  position: absolute;
  z-index: 1;
  right: -100%;
  bottom: -100px;
  transform: rotate(-8deg);
  filter: saturate(0.2);
  height: 140%;
  object-fit: contain;
  opacity: 0.6;
}

.bottle-visual__group {
  height: 100%;
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
}

.bottle-visual__bottle {
  position: relative;
  z-index: 4;
  height: 100%;
}

.bottle-visual__logo {
  position: absolute;
  z-index: 1;
  width: 450%;
  height: auto;
  bottom: -40%;
  right: -95%;
  transform: rotate(90deg);
  transform-origin: right top;
  opacity: 0.5;
}

.bottle-visual__element {
  position: absolute;
  object-fit: contain;
}

.bottle-visual__element--1 {
  z-index: 5;
  bottom: -5%;
  left: -40%;
  width: 130%;
}

.bottle-visual__element--2 {
  z-index: 3;
  top: 10%;
  left: 50%;
  width: 120%;
}
