.fadeIn {
  opacity: 0;
  bottom: -50px;
}

.fadeIn.is-animeted {
  opacity: 1;
  bottom: 0;
  transition: all 1s 0.3s ease-in-out;
}
