.nav-top > .nav-top-container {
    padding: 16px 15px 25px;
}

.nav-top > .nav-top-container .nav-top-logo img {
    width: 103px;
}

.nav-top-sticky-container .nav-top-logo a, .nav-top-sticky-container .nav-top-logo img {
    width: 50px;
    height: 22px;
}

@media screen and (max-width: 679px) {
    .nav-top > .nav-top-container .nav-top-logo img {
        width: 85px;
        height: 40px;
        margin: -9px 0 0 -4px;
    }
}

