.mimgSwatch {
  width: 60px;
  height: 60px;
  padding: 2px !important;
  border-radius: 0%;
  position: relative;
}
.mimgSwatch:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
}
.mimgSwatch img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}