
.mami {
	transition:0.1s ease-in-out;
	opacity:0;
}




.mami.isAnimate {
  opacity: 1;

}