figcaption {
  background:rgba(0,0,0,0.4);
  transition: 0.5s background;
}

figure:hover figcaption {
  background:#86BFAB;
}
