.retail-head {
  margin-top:.5em;
  border-bottom:25px solid #3893a5;
}
.retail-head p {
  position:relative;
  text-align:center;
}
.retail-head p:first-child + p,
.retail-head p:first-child + p + p {
  font-size:1.5em;
  color:#5b4a42;
  margin:0;
  font-weight:bold;
  padding:0 1em;
}
.hover3 {
  background:#898171;
  text-align:center;
  padding:2em 0;
  font-size:1.25em;
  line-height:1.25em;
}
.hover3 .module-image + .module-image,
.hover3 .module_column:hover .module-image {
  z-index:0;
  opacity:0;
}
.hover3 .module-image,
.hover3 .module_column:hover .module-image + .module-image {
  z-index:1;
  opacity:1;
}
.hover3 .module-image {
  cursor:pointer;
  background:#898171;
  height:100%;
  width:100%;
}
.hover3 .module-image:first-child {
  position:absolute;
  display:table;
}
.hover3 .module-image:first-child .image-wrap {
  display:table-cell;
  vertical-align:middle;
}
.hover3 .image-caption {
  padding:0 1em;
}
@media screen and (min-width: 681px) {
  .retail-head p:first-child {
    margin-bottom:0;
  }
  .retail-head p:first-child img {
    margin:1em auto;
  }
}
@media screen and (min-width: 1250px) {
  .retail-head p:last-child a img {
    position:absolute;
    z-index:1;
    width:55%;
    margin-left:-35%;
    margin-top:5%;
  }
  .retail-head p:last-child img {
    float:left;
    width:90%;
    margin:0 0 -50px -20%;
    position:relative;
    z-index:2;
  }
  .retail-head p:first-child + p,
  .retail-head p:first-child + p + p {
    max-width:500px;
    margin:0 auto;
  }
}
