/* ============================================
   Images — PitLane Article
   ============================================ */

[data-content] figure {
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 0;
}

[data-content] figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #2a2a2e;
}

[data-content] figure figcaption {
  text-align: center;
  font-size: 0.82rem;
  color: #8a8a92;
  margin-top: 0.6rem;
  line-height: 1.5;
  font-family: 'Lora', serif;
}

[data-content="hero"] figure {
  margin: 0 auto;
  max-width: 740px;
  border: none;
}

[data-content="hero"] figure img {
  border: none;
}

@media (max-width: 768px) {
  [data-content] figure {
    margin: 1.5rem 0;
  }

  [data-content] figure figcaption {
    font-size: 0.78rem;
    padding: 0 0.5rem;
  }
}
