div.song {
position: fixed;
bottom: 0;
left: 0;
width: auto;
}

#img:hover,
#img:focus {
-webkit-animation-name:bounce;
animation-name:bounce;
-webkit-transform-origin:center bottom;
transform-origin:center bottom;
}
