.f-country-flags {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.f-country-flags img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;  
  object-fit: cover;
}
