Hi there,
Thanks for writing in! It seems you are using this image within Topbar and it’s huge in size. You can give it a max-width like below.
You can add this under Custom > CSS in the Customizer.
.x-topbar img {
max-width: 300px;
}
Hope this helps.
Cheers!