
.brandHeroImageBottomLinks:after,
.brandHeroImageBottomLinks:before {
  content: "";
  display: table;
}

.brandHeroImageBottomLinks:after {
  clear: both;
}

.brandHeroImageBottomLinks {
  padding: 0 8%;
  margin: 40px auto;
  background: url(http://media.lanecrawford.com/feature/diorBPTable.jpg) center top no-repeat #fff;
}

.brandHeroImageBottomLinks .linkTitle,
.brandHeroImageBottomLinks a,
.brandHeroImageBottomLinks a img {
  display: block;
  text-decoration: none;
}

.brandHeroImageBottomLinks a img {
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

.brandHeroImageBottomLinks .brandHeroImageBottomLink {
  float: left;
  width: 33.3%;
  height: 220px;
  position: relative;
  z-index: 1;
}

.brandHeroImageBottomLinks .linkTitle {
  text-transform: uppercase;
  text-align: center;
  font-family: "Lane Crawford";
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  position: absolute;
  z-index: 2;
  bottom: 0.5em;
  left: 0;
  width: 100%;
}

.lcresponsive .brandHeroImageBottomLinks .linkTitle {
  font-family: "Lane Crawford Bold";
  font-weight: 400;
}

.brandHeroImageBottomLinks .brandHeroImageBottomLinkImgWrapper {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 68px;
}

@media only screen and (max-width: 767px) {
  .brandHeroImageBottomLinks {
    padding: 0;
  }
}

.lcresponsive
  .brandplppage
  .hero_discription_container
  .hero_discription_container_left
  .brandHeroImageBottomLinks
  .brandHeroImageBottomLinkImgWrapper
  img {
  width: auto;
  height: auto;
}

.genericBrandProductLinks {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .genericBrandProductLinks {
    min-width: 0;
    max-width: none;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}

.lt-ie9 .genericBrandProductLinks,
.oldie .genericBrandProductLinks {
  min-width: 0;
  max-width: none;
  align-items: baseline;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.genericBrandProductLinks .genericBrandProductLink {
  display: block;
  width: 50%;
  padding: 0 2%;
  margin-top: 20px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .genericBrandProductLinks .genericBrandProductLink {
    width: auto;
    padding: 0;
  }
}

.lt-ie9 .genericBrandProductLinks .genericBrandProductLink,
.oldie .genericBrandProductLinks .genericBrandProductLink {
  width: auto;
  padding: 0;
}

.genericBrandProductLinks .genericBrandProductLink img {
  display: block !important;
  margin: 0 auto;
  width: auto !important;
  max-width: 80%;
  height: auto !important;
}

@media only screen and (min-width: 768px) {
  .genericBrandProductLinks .genericBrandProductLink img {
    max-width: 102px;
  }
}

.lt-ie9 .genericBrandProductLinks .genericBrandProductLink img,
.oldie .genericBrandProductLinks .genericBrandProductLink img {
  max-width: 102px;
}

.genericBrandProductLinks .productLabel {
  display: block;
  margin-top: 1.6em;
  font-family: "Lane Crawford", "Lane Crawford Bold", STHeiti, "宋体",
    sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .genericBrandProductLinks .productLabel {
    padding: 0 3px;
  }
}

.lt-ie9 .genericBrandProductLinks .productLabel,
.oldie .genericBrandProductLinks .productLabel {
  padding: 0 3px;
}