.lm-taxonomy {
  text-decoration: none;
}
.lm-taxonomy.lm-taxonomy-cover .lm-taxonomy-title {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 25%;
  background: rgba(0, 0, 0, 0.6);
}
.lm-taxonomy.lm-taxonomy-cover .lm-taxonomy-title h3 {
  color: #ffffff;
}
.lm-taxonomy.lm-taxonomy-cover:hover .lm-taxonomy-title {
  height: 100%;
}
.lm-taxonomy.lm-taxonomy-contain > div {
  height: 100%;
}
.lm-taxonomy.lm-taxonomy-contain .img-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75% !important;
}
.lm-taxonomy.lm-taxonomy-contain .img-wraper img {
  object-fit: contain !important;
  position: relative;
  /*width: 90%;
  height: 90%;*/
}
.lm-taxonomy .lm-taxonomy-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  transition: all 0.2s ease-out;
}
.lm-taxonomy .lm-taxonomy-title h3 {
  width: 100%;
}

.justify-content-center:has(.lm-taxonomy) .lm-taxonomy .lm-taxonomy-title {
  justify-content: center;
  text-align: center;
}
.justify-content-center:has(.lm-taxonomy) .lm-taxonomy .lm-taxonomy-title > div {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

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