.hero-image {
  background-image: url("/img/hero.jpg");
  background-size: cover;
  background-position: center;
  min-height: 320px;

  display: flex;
  align-items: flex-end;   /* pushes content to bottom */
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
}
.post-hero {
  position: relative;
}

.post-hero img {
  display: block;
}
.tag {
  text-decoration: none;
  font-size: 0.9rem;
}

.tag:hover {
  text-decoration: underline;
}
