#backtop {
  visibility:hidden;
  position: fixed;
  z-index: 100000001;
  background-color: rgba(120, 127, 134, 0.7);
  width: 22px;
  height: 22px;
  bottom: 70px;
  right: 6px;
  border: none;
  /*-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  -webkit-border-top-left-radius: 5px 5px;
  -webkit-border-top-right-radius: 5px 5px;
  -webkit-border-bottom-right-radius: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;*/
}
#backtop img {
  width: 100%;
  height: auto;
}
