.category-homepage figure img {
  width: 150px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.category-homepage .redirect-to-cat {
  background-color: #C21C33;
  color: white;
  width: 150px;
  display: block;
  border-radius: 20px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}

.category-homepage .redirect-to-cat:hover {
  text-decoration: none;
}

.category-homepage .backdrop {
  position: absolute;
  top: 0;
  z-index: 1;
}

.cat-box {
  color: #333;
}

.cat-box:hover {
  text-decoration: none;
  color: #333;
}

.cat-wrapper {
  background-color: transparent;
  position: relative;
  max-width: 380px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cat-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.155);
          box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.155);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.brown {
  background: url(/img/Union3.png);
  color: white;
  width: 60%;
  height: 100%;
  padding: 20px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px !important;
}

.arrow {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 25px;
  line-height: 20px;
}
/*# sourceMappingURL=default.css.map */