.flagwrapper{
	display: inline-block;
}
.languagebaker {
	display: inline-block;
	height: auto;
}
.languagebaker a {
	display: block;
	height: auto;
	text-decoration: none;
	border: none;
}
.languagebaker a img {
	opacity: 0.7;
}
.languagebaker a img:hover,
.languagebaker a.current img{
	opacity: 1;
}
.flag {
	max-width:24px;
}

@media (max-width: 1299px) {
	.flag { max-width:24px; }
}

@media (max-width: 999px) {
	.flag { max-width:24px; }
}


