
.float {
transition: all .2s ease-in-out;
}
.float:hover {
transform: scale(1.03);
    box-shadow: 0px 22px 59px -35px rgba(0,0,0,0.67)
}




/* ease effect */
.ease { transition: all .2s ease-in-out; }
/* ease effect */

#footer {
    display: none;
}
