.fib {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 3px;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.fi:before {
  content: "\00a0";
}
.fi.fis {
  width: 1em;
}
.fi-it {
  background-image: url(../assets/img/flags/4x3/it.svg);
}
.fi-it.fis {
  background-image: url(../assets/img/flags/1x1/it.svg);
}
.fi-ie {
  background-image: url(../assets/img/flags/4x3/ie.svg);
}
.fi-ie.fis {
  background-image: url(../assets/img/flags/1x1/ie.svg);
}
