.not_overlay{
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.not_item:hover .not_overlay{
  background-color: rgba(255, 255, 255, 0);
}