.overlay-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  background: white;
  border-radius: 50%;
  padding-right: 2px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.t-icon {
  border-radius: 50%;
  
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
