.navbar-brand {
    display: inline-block;
    padding:0px;
    margin:0px auto;
	background: url(../img/logo-en.svg) no-repeat center left;
    background-size: contain;
	width:335px;
	height:75px;
	text-indent:-99999px;
}
@media (max-width: 590px) {
	.navbar-brand {
		background: url(../img/logo2.svg) no-repeat top left;
		width: calc(100% - 5em);
		background-size: contain;
		height: 30px;
		margin-left: 1em;
	}
}