.fr {
     text-transform:lowercase;
     position:fixed;
     bottom:20px;
     right:20px;
     width:17px;
     height:17px;
     overflow:hidden;
     transition:1s all ease;
}
.fr:hover {
    width:57px;
    height:17px;
    transition:1s all ease;
}