/*
 * Homepage content styles
*/
.b-hp-item_description {
  font-size: 20px;
  font-weight: bold;
  left: 10%;
  position: absolute;
  text-shadow: 0 1px 4px #fff, 0 -1px 4px #fff, 1px 0 4px #fff, -1px 0 4px #fff;
  top: 10%;
}

.m-hp-half img {
  border: 10px solid #fff;
  max-height: 100%;
}

.b-hp-box_single_image + .b-hp-item_description {
  color: #ccc;
  font-size: 128px;
  font-weight: lighter;
  left: 0;
  text-shadow: none;
  top: 50%;
  width: 100%;
}

.m-hp-left .b-hp-quickview-top {
  left: 45%;
  top: 25%;
}
.m-hp-left .b-hp-quickview-bottom {
  bottom: 30%;
  right: 40%;
}
.m-hp-right .b-hp-quickview-top {
  right: 43%;
  top: 28%;
}
.m-hp-right .b-hp-quickview-bottom {
  bottom: 35%;
  left: 40%;
}

.b-primary_logo {
  line-height: 0;
}