.flag-icon,
.flag-icon-background {
	 background-size: contain;
	 background-position: 50%;
	 background-repeat: no-repeat
}

.flag-icon {
	 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-it {
	content: url(./flags/it.svg);
	height: 30px;
    width: 40px;
}
.flag-icon-gb {
	content: url(./flags/gb.svg);
	height: 30px;
    width: 40px;
}