/* Headline banner at the top of the Research page. */
.research-hero {
  margin: 0 0 26px;
}

.research-hero img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  border-radius: var(--rounded);
  box-shadow: var(--shadow);
}

.research-hero figcaption {
  margin-top: 8px;
  font-size: 0.85rem;
  color: var(--gray);
  text-align: center;
}

@media (max-width: 700px) {
  .research-hero img {
    height: 260px;
  }
}

/*# sourceMappingURL=research-banner.css.map */