Instead of using
.LogoPane { width: 1000px }
rather use
.LogoPane { width: 100%; }
That will resize the logo automatically as the screen resolution changes.