.item-container {
  outline: 0;
}
.item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fada0e;
  overflow: hidden;
  width: 100%;
  height: 15%;
  transition: .5s ease;
}
.item-overlay img {
  display: none;
}
.item-container:hover .item-overlay {
  height: 100%;
}
.item-container:hover .item-overlay img {
  display: block;
}
#ProjectosPopupSlider > div {
  height: 100%;
}
