.container-thumbnail:hover .hover-thumbnail-title {
  opacity: 1;
}
.hover-thumbnail-title{
  opacity: 0;
  transition: .3s ease;
}