.taxonomy-term.vocabulary-category.teaser {
  width: auto;
  height: auto;
  position: relative;
}
.taxonomy-term.vocabulary-category.teaser img {
  display: block;
  max-width: 396px;
  max-height: 396px;
  width: 24.3731343vw;
  height: auto;
}
.taxonomy-term.vocabulary-category.teaser .taxonomy-term-label {
  font-size: 1rem;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: rgba(202, 78, 117, 0.9);
  padding: 10px;
  box-sizing: border-box;
}
.taxonomy-term.vocabulary-category.teaser .taxonomy-term-label > div {
  display: inline-block;
  vertical-align: middle;
  color: white;
}

@media screen and (max-width: 980px) {
  .taxonomy-term.vocabulary-category.teaser img {
    min-width: 314px;
    min-height: 314px;
  }
}
@media screen and (max-width: 640px) {
  .taxonomy-term.vocabulary-category.teaser .taxonomy-term-label, .taxonomy-term.vocabulary-category.teaser a {
    font-size: 10px;
  }
  .taxonomy-term.vocabulary-category.teaser img {
    min-width: 45vw;
    min-height: 45vw;
  }
}