adjusting what's in red till you get your desired look.. OR as follows below,, either way will work...
.ow_logo {
background-image: url("
https://groupad.com/assets/uploads/4994/logo.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
height: 100%;
margin-right: 12px;
max-width: 76px;
width: 100%}
Or you can go long as follows:
.ow_logo {
background-image: url("
http://www.allergan.com/...an/Allergan_Logo.png");
background-position: center -4px;
background-repeat: no-repeat;
background-size: cover;
display: inline-block;
height: 100%;
margin-right: 22px;
max-width: 286px;
width: 100%}