.logo{
    width: 320px;
    height: 80px;
    display: block;
    line-height: 1em;
    font-size: 0rem;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 2;
    
}

.logo a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-size: 0rem;
    text-indent: -9999px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (max-width: 1024px){
    .logo{
        width: 100%;
        height: 35px;

    }
}