@media screen and (max-width: 500px) {
    .logoArea a img {
        width: auto;
        max-height: 100px;
    }
}