.gallery-fv .gallery-cover-label {
  position: absolute;
  z-index: 2;
  left: 6vw;
  bottom: 7vh;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font: 400 14px/1 Arial, sans-serif;
  letter-spacing: .38em;
  text-transform: uppercase;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .6);
}

@media (max-width: 900px) {
  .gallery-fv .gallery-cover-label {
    left: 7vw;
    bottom: 5vh;
    font-size: 12px;
    letter-spacing: .32em;
  }
}
