.flagwrapper{
	margin-top: 10px;
}
.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:32px;
}

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

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


