.teaser-card {
  text-decoration: none;
  color: #000;
}
.teaser-card__image {
  position: relative;
  margin-bottom: 0.35rem;
  border-radius: 0.5rem;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
}
.teaser-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-card__title {
  font-size: 1.5rem;
  font-weight: 500;
}
.teaser-card--minimal .teaser-card__image {
  display: none;
}

/*# sourceMappingURL=teaser_card.css.map */
