.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}


.flag-icon-sa {
  background-image: url(flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(flags/1x1/sa.svg);
}


.flag-icon-gb {
  background-image: url(flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(flags/1x1/gb.svg);
}

.flag-icon-fr {
  background-image: url('flags/4x3/fr.svg');
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(flags/1x1/fr.svg);
}



.flag-icon-pt {
  background-image: url(flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(flags/1x1/pt.svg);
}
