Choose your country.
.btn-to-top-absolute { position: absolute; right: 0; } .btn-to-top { bottom: 40%; position: fixed; background: rgba(183, 186, 190, 0.4); width: 70px; height: 70px; border-radius: 10px; cursor: pointer; right: 20px; z-index: 9999; display: none; } .btn-to-top:hover { background: rgba(183, 186, 190, 0.7); } .btn-to-top:after { background: url(/img/btn-up.png) no-repeat; content: ""; height: 20px; width: 34px; left: 50%; top: 50%; margin-left: -17px; margin-top: -10px; position: absolute; }