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