.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-hu {
  background-image: url(../flags/hu.svg);
}
.fi-hu.fis {
  background-image: url(../flags/hu.svg);
}

.fi-de {
  background-image: url(../flags/de.svg);
}
.fi-de.fis {
  background-image: url(../flags/de.svg);
}

.fi-gb {
  background-image: url(../flags/gb.svg);
}
.fi-gb.fis {
  background-image: url(../flags/gb.svg);
}

