.container-round-img-sm {
  .square-img {
    object-fit: cover;
    // width: 50px;
    // height: 50px;
  }
  img {
    object-fit: cover;
    width: 50px;
    height: 50px;
  }
}