﻿.logo {
    background: url('images/ClientLogo/125/big.svg') no-repeat;
    width: 115px;
    height: 24px;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .logo {
        background: url('images/ClientLogo/125/sm.svg') no-repeat;
        width: 48px;
        height: 16px;
        background-size: contain;
    }
}
