
.to-top-s{
      z-index: 9;
      background: rgb(255,255,255); 
      width: 45px;
      height: 45px;
      border-radius: 99em;
      text-align: center;
      border: #6f6f6f solid 1px;

      visibility: visible;
  }
.to-top-s img{
      width: 23px;
      margin-top: 9px;
  } 



.to-top{
      visibility:hidden;
  }


@media only screen and (min-width: 480px) {
.to-top-s{
      visibility:hidden;
}




.to-top{
      z-index: 9;
      background: rgb(255,255,255); 
      width: 50px;
      height: 50px;
      border-radius: 99em;
      text-align: center;
      border: #6f6f6f solid 1px;

      visibility: visible;
  }

.to-top img{
      width: 25px;
      margin-top: 10px;
  }



}
