position: absolute;
bottom: 0;
opacity: 0; filter: alpha(opacity = 0); 
-webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); 
-webkit-transition: all .35s ease-in; -moz-transition: all .35s ease-in; -ms-transition: all .35s ease-in; -o-transition: all .35s ease-in;
transition: all .35s ease-in; :hover 
bottom: 50px;
opacity: 1; filter: alpha(opacity = 1); 
-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); 
 -webkit-filter: grayscale(100%);