.filter-list .lists-card .cover-img {
  height: 295px;
}

.image-wrapper .overlay-container {
  position: relative;
  display: inline-block;
}
.image-wrapper .overlay-container img {
  display: block;
  width: 100%;
  height: auto;
}
.image-wrapper .overlay-container .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.image-wrapper .overlay-container:hover .overlay-text {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */