#header .Brand {
    background-image: url("../image/brand.svg");
    background-size: 5.4rem;
}

#header .Brand:hover {
    background-image: url("../image/brand-hover.svg");
    background-color: inherit;
}