
.curator-item .curator-name{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(0,0,0,0.6);
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
