#scroll-up { visibility: hidden; opacity: 0; overflow: hidden; width: 50px; height: 50px; text-align: center; line-height: 32px; background: #008dcf url(https://www.poszukiwaniewody.pl/tpl/modern/img/smartphone-call.png) no-repeat center center; font-family:FontAwsome; content: "\f10b"; border: none; color: #FFF; position: fixed; bottom: 30px; right: 30px; z-index: 99; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } #scroll-up.show { visibility: visible; opacity: 1; z-index:9999; } #scroll-up:hover { cursor:pointer; } .scrollphone { display:none; overflow: hidden; width: 200px; height: 0%; text-align: center; border: none; font-size:35px; font-weight:900; background-color:#008dcf; position: fixed; bottom: 80px; right: 30px; z-index: 99; transition: all .25s ease; -webkit-transition: all .25s ease; } .scrollphone a { color: #FFF; position:absolute; top:32%; transform:translate(-50%,0); } .scrollphone a:hover, .scrollphone a:active, .scrollphone a:focus { text-decoration:none; cursor:pointer; } .scrollphone.on { display:block; height:100px; }