.hero-card {
  /*@include flexStart(column, stretch);*/
  width: 100%;
  height: auto;
  max-width: 53.6rem;
  max-height: 53.6rem;
  background: var(--white);
  background-size: cover;
  /*@include devices(tablet-p) {
        min-width: 100vw;
        max-width: 100%;
        height: 45vh;
    }*/
}
.hero-card__photo-tag {
  /*@include flexCenter(row, center);*/
  width: auto;
  height: auto;
  padding: 1rem 2rem;
  background: var(--black);
}
.hero-card__photo-tag h6 {
  /*@include flexCenter(row, center);*/
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}
.hero-card__photo-tag h6 a {
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}
.hero-card__photo-tag h6 a:hover {
  text-decoration: underline;
}
