.gallery-outer .gallery .img-caption {
  display: none;
}
.gallery-outer .gallery.captions-on .img-caption {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #565656;
  margin: 2rem 0 0 6rem;
  display: block;
  font-family: "Mark OT";
}

@media screen and (max-width: 639px) {
  .gallery-outer .gallery-wrapper .count.captions-on {
    top: 420px;
  }
  .gallery-outer .gallery.captions-on .img-caption {
    text-align: center;
    margin: 2rem 0 0 0;
  }
}

.credit .row p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: absolute;
  right: 8rem;
}

.f-caption {
  font-size: 20px !important;
}
