/* Add custom CSS styles below */ 
[aria-label="square-banner-0"]{
  height: 400px
}

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

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

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

}
.slide--cat-entry:hover h2 {
  color: #fff !important;
}