.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33em;
  line-height: 1em;
}

.flag-icon:before {
  content: '\00a0';
}

.flag-icon-us {
  background-image: url(flags/4x3/us.svg);
}

.flag-icon-de {
  background-image: url(flags/4x3/de.svg);
}
