/* Start custom CSS */.lux-hero-photo-card {
  position: relative;
  min-height: 520px;
  padding: 0;
}

.lux-hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.86) contrast(1.04);
}

.lux-hero-photo-card::before,
.lux-hero-photo-card::after {
  display: none !important;
}

.lux-hero-photo-card .lux-featured-product {
  z-index: 3;
}/* End custom CSS */