.mimgSwatch {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  border-radius: 50%;
  position: relative;
}
.mimgSwatch:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
}