#musicplayer { position: fixed; z-index: 99999999999999; bottom: 20px; left: 20px; width: 31px; height: 31px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #ff7373; /* icon background */ -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; }

stephanieestournet:

Via.