/* Real product bottle photography overrides */

.hero-media {
  background-image: url("assets/jennalee-hero-real-products.png");
}

.real-product-crop {
  width: min(100%, 340px);
  height: 430px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 28px 24px rgba(32, 43, 34, .2));
  mix-blend-mode: multiply;
}

.real-product-crop img {
  position: absolute;
  width: 760px;
  height: 760px;
  max-width: none;
  object-fit: cover;
  top: -122px;
}

.crop-shampoo img { left: -134px; }
.crop-conditioner img { left: -302px; }

@media (max-width: 600px) {
  .real-product-crop {
    height: 390px;
    transform: scale(.92);
    margin-bottom: 0;
  }
}
