Ok i figure it out.
here is my solutions
@media screen and (max-width: 480px) {
.header–topbar-logo {
display:inline-block;
max-width: 320px;
margin: 0 auto;
width: 90%; }
}
i did width @ 90% to allow for devices with a 320px screen width to work without distorting the logo ad having to set a 300px max-width
hope this can help others.