/* Discreet signature for static hero photographs, anchored to the photo
   so it stays out of the separate copy panel on smaller screens. */
#home.hero-controls .hero-photo-signature {
  position:absolute;
  right:28px;
  bottom:24px;
  z-index:5;
  display:block;
  max-width:calc(100% - 56px);
  padding-bottom:8px;
  border-bottom:1px solid #ffffff75;
  color:#fff;
  font:400 15px/1.4 "Bebas Neue",sans-serif;
  letter-spacing:.12em;
  text-align:right;
  text-shadow:0 1px 2px #000,0 0 6px rgba(0,0,0,.9);
  pointer-events:none;
}
@media (max-width:991px) {
  #home.hero-controls .hero-photo-signature {
    right:20px;
    bottom:18px;
    font-size:13px;
  }
}
@media (max-width:767px) {
  #home.hero-controls .hero-photo-signature {
    right:14px;
    bottom:12px;
    max-width:calc(100% - 28px);
    padding-bottom:6px;
    font-size:11px;
    letter-spacing:.1em;
  }
}
