Hi
Use this code for logo size custom.css
@media(min-width:1200px) {
.logo-image > a {
max-width: 1200px;
max-height: 288px;
}}
the big logo appear till 1200px screen, you can change the value as per needs.
There is no much to fix because the logo you are using is too big to adjust in every screen size, you should use a low width for logo.
You can add different logo from template style options.
Upload small image, but you need to customized the logo code as it force image to show max width.
Regards