#scroller{
    position: fixed;    
    bottom: 30px;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease-out .35s;
}

#scroller > img{
    width: 64px;
}