/**
	* All of the CSS for your public-facing functionality should be
	* included in this file.
*/
@media (max-width: 700px) {
	.swap-on-mobile {
		display:flex !important;
		flex-direction: column-reverse;
	}
	.SG-Hide {
		display: none;
	}
}

.lang-item {
	list-style-type: none;
}
