

#background-image {
  position: absolute;
  top: 120px;
  width: 95%;
justify-content: center;
  max-width: 650px;
  height: auto;
  z-index: 1;
  background-position: 50%;
  }

.product {
  position: absolute;
  top: 120px;
  width: 95%;
justify-content: center;
  max-width: 650px;
  height: auto;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: 50%;
  mix-blend-mode: multiply;
}
