@charset "UTF-8";

.to-top {
  position: fixed;
  width: 15%;
  right: 3%;
  bottom: 4%;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width:769px) {

.to-top {
  display: none !important;
}
    
}