/* Add custom CSS styles below */ 


/* categories */
.slide--cat-entry {
  position: relative;
  height: 140px;
  justify-content: end;
  color: #fff;
  border-radius: 12px;
  overflow: hidden !important
}

.slide--cat-entry img {
  position: absolute;
  inset: 0;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.slide--cat-entry h2 {
  position: relative;
  z-index: 4;
  color: #fff !important;
}
.slide--cat-entry:hover h2 {
  color: #fff !important;
}