@media screen and (max-width: 450px){
	.col-xs{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.menu-right, .menu-right-mobile{
		display:block;
	}
}