.cell{
  position:relative!important;
}

.vmv-cell-refresh{
  position:absolute;
  top:8px;
  right:8px;
  z-index:50;
  width:32px;
  height:32px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0,0,0,.65);
  color:white;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
  opacity:0;
  transition:.18s ease;
}

.cell:hover .vmv-cell-refresh{
  opacity:1;
}

.vmv-cell-refresh:hover{
  background:#ff9d00;
  color:#000;
  transform:scale(1.08);
}
