.image-fade {
  opacity: 1;
  transition: opacity 1s ease;
}
.image-fade.fade-out {
  opacity: 0;
}
