.aesop-image-component img {
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
}
.aesop-image-component .aesop-lightbox {
  text-decoration: none;
  display: block;
}
.aesop-image-component .aesop-img-enlarge {
  margin: 0 0 0.5rem;
}
.aesop-image-component .aesop-img-enlarge:hover {
  text-decoration: none;
}
.aesop-image-component .aesop-img-enlarge i {
  position: relative;
  top: 1px;
}
.aesop-image-component .aesop-img-enlarge,
.aesop-image-component .aesop-image-component-caption {
  color: #b3b3b3;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.aesop-image-component .aesop-cap-cred,
.aesop-image-component .aesop-img-enlarge {
  color: #b3b3b3;
}
.aesop-image-component .aesop-cap-cred {
  border-top: 1px dotted #b3b3b3;
  font-size: 9px;
}
.aesop-image-component:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.aesop-image-component:active img {
  box-shadow: none;
}
