.headerlogo img
{
    width:110px;
}
@media only screen and (max-width: 599px)
{
    .headerlogo img {
      width: 80px;
    }
}