.flags-mobile {
	display: none;
}
@media(width <= 1024px) {
	.flags-mobile {
		display: block;
	}
}