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