
#scrollUp {
  border-radius:50%;
  opacity:0.7;
  bottom:70px;
  right:20px;
  background:#c9c9c9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#scrollUp:hover{
  opacity:1;
}

.top-icon{
  stroke:#ffffff;
}

@media (max-width: 567px) {
  /* disable on mobile */
  #scrollUp { display: none !important; }
};
