.father-live-hero,
.father-live-photo {
  margin: 0 0 28px;
}

.father-live-hero {
  margin-top: -24px;
}

.father-live-hero img,
.father-live-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  background: #e7ded0;
}

.father-live-hero figcaption,
.father-live-photo figcaption {
  color: var(--muted, #786e63);
  border-bottom: 1px solid var(--line, #d8cfc3);
  padding: 10px 2px 0;
  font-size: 12px;
  line-height: 1.7;
}

.father-date-updated {
  color: var(--clay-dark, #70432f);
  font-weight: 600;
}

.qlab-direct-link {
  color: #fffaf2;
  background: var(--clay, #9b5536);
  border: 1px solid var(--clay, #9b5536);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 18px;
  text-decoration: none;
  font-size: 13px;
}

.experience-row .qlab-direct-link {
  color: var(--clay-dark, #70432f);
  background: transparent;
}

@media (max-width: 700px) {
  .father-live-hero {
    margin-top: -12px;
  }

  .father-live-photo {
    margin-bottom: 22px;
  }

  .father-live-hero img,
  .father-live-photo img {
    max-height: 340px;
  }

  .qlab-direct-link {
    width: 100%;
  }
}
