.objeto-item-wrapper{
  overflow: hidden;
  height: 370px;
  width: 100%;
  position: relative;
  border-radius: 15px;
  margin: auto auto 1em;
}

.objeto-item-top img{
  width: 100%;
  object-fit: cover;
  height: 370px;
}

.objeto-title{
  margin-bottom: 8px;
  font-size: 23px;
  color: #FFCA00;
  font-weight: bold;
}

.objeto-autor{
  font-size: 20px;
}

.objeto-item-top{
  height: 100%;
}

.objeto-item-bottom{
  padding: 5px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  z-index: 15;
}

.gradient-obj{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
  0deg
  , rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
  z-index: 10;
}
