.flyInAnim{animation-name:flyIn;animation-duration:1s;animation-timing-function:cubic-bezier(.34,1.56,.64,1);animation-iteration-count:1;animation-delay:.55s;animation-fill-mode:forwards;position:fixed;bottom:70px;left:50%;transform:translate(-50%,400%)}@media only screen and (max-width:768px){.flyInAnim{bottom:170px}}@keyframes flyIn{0%{opacity:0;transform:translate(-50%,400%)}to{opacity:1;transform:translate(-50%)}}
