.YamatsuLogo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.YamatsuLogo .Image {
    display: block;
    width: auto;
    height: 44px;
    max-width: 100%;
}

@media screen and (max-width: 900px) {
    .YamatsuLogo .Image {
        height: 36px;
    }
}
