@charset "UTF-8";

@media screen and (min-width: 768px) {
    header .logo,
    body header .logo {
        max-width: 400px !important;
    }

    header .logo img,
    body header .logo a img {
        width: 400px !important;
        max-width: 400px !important;
        height: auto !important;
    }
}