.site-logo {
    width: 220px;
    height: 80px;
    background: url("../files/logo.png") center no-repeat;
    background-size: contain;
}
._notTop .site-logo{
    background: url("../files/logo.png") center no-repeat;
    background-size: contain;
}
/*.nav--transparent_white .site-logo{
    background: url("../files/logo.png") no-repeat;
    background-size: contain;
}*/

._notTop .nav__disclaimer__logo .site-logo{
    background: url("../files/logo.png") center no-repeat;
    background-size: contain;
}

.ignore:before{
    content: "";
}

@media screen and (max-width: 1280px) {
    .nav--transparent_white .site-logo{
        width: 220px;
    }
}
