In that case in the homepage choose the alt logo in the Page Header/Slider options. and leave the normal logo for the rest of the site.
Or we can adapt the css to only be applied in the homepage.
Try this one.
.home .full-center #logo {
max-width: 55%;
}
-Rui