.fanboxbtn {
 background: white;
 color: #696969;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 text-align: center;
 line-height: 80px;
 overflow: hidden;
}
 
.fanboxbtn:hover {
 opacity: 0.7;
}