body:not(.template--startpage) .vd-section--header .brand {
    width: 90px;
	height: auto;
    top: 6px;
    position: relative;
}

body:not(.template--startpage) .vd-section--header svg {
    width: 90px;
	height: auto;
    min-width: 90px;
	max-width: 90px;
}

@media only screen and (max-width: 991px) {
	body:not(.template--startpage) .vd-section--header svg {
        max-width: 90px;
    }
}