.aesop-gallery-component .aesop-component-caption {
  color: #333;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.aesop-stacked-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}
.aesop-stacked-img .aesop-stacked-caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 0;
  color: #333;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.aesop-sequence-img-wrap .aesop-sequence-caption {
  padding-left: 4.5rem;
}
.aesop-sequence-img-wrap .aesop-sequence-caption:before {
  left: 0;
  bottom: -4px;
  font-weight: bold;
  line-height: 1;
  padding: 0.6rem 0.75rem;
  border: 1px solid;
  border-color: inherit;
  content: counter(sequence-counter, decimal-leading-zero);
  counter-increment: sequence-counter;
}
.aesop-sequence-img-wrap .aesop-sequence-img {
  width: 100%;
  max-width: 1200px;
  display: block;
}
.aesop-hero-gallery-wrapper {
  clear: both;
  position: relative;
}
.aesop-hero-gallery-content {
  position: absolute;
  top: 20px;
  /*-webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff; 
  font-size: 300%; // arbitrary number.
  text-align: center;*/
}
