.mimgSwatch {
  width: 50px;
  height: 50px;
  padding: 0 !important;
  border-radius: 50%;
  position: relative;
}
.mimgSwatch img{
  width:100%;
  height:100%;
  object-fit:cover;
  padding: 2px;
  border-radius: 100%;
}
