@media only screen and (min-width: 0px) and (max-width: 640px) {
.header-logo img {
    max-width: 150px;
}
}

.header-logo img {
    width: 160px;
}