.logo {
    background-image: url("/Images/TransducersDirect/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 64px;
    margin: 0 auto;
}

.logo-element {
    background-image: url("/Images/TransducersDirect/icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    margin: 2px auto;
    display: none;
}
