.rounded1x1{
  border-radius:13px;
}

.rounded1x1-left{
  border-top-left-radius:13px;
  border-bottom-left-radius:13px;
}

/*.tile.rounded,*/
.rounded{
  /*position:absolute;*/
  border-radius:13px;
  overflow:hidden;
  /*width:var(--grid1);*/
  /*height:var(--grid1);*/
  border:none !important;
}
    
.round{
  border-radius:50%;
}

.circle{
  position:absolute;
  border-radius:50%;
  overflow:hidden;
  /*width:calc(var(--grid1) - 2px);*/
  /*height:calc(var(--grid1) - 2px);*/
  
}

.tile.circle{border:none !important;}
