.ciref {
  width: 59px;
  height: 59px;
  cursor: pointer;
  background: none;
  text-decoration: none;
  color: #333;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 61px;
  border-radius: 100%;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ciref:hover,
.ciref.active {
  background: none;
}