﻿#logo-header {
    width: 190px;
    height: 190px;
    background-image: url('/images/aff-img/SLDL009/Emblem_Logo_190x190.png');
}

.header .container 
{
    height: 130px;
}

@media(max-width:767px)
{
    #logo-header {
        height: 124px;
        width: 124px;
        background-image: url('/images/aff-img/SLDL009/Emblem_Logo_124x124.png');
    }

    .logo {
        top: 0px;
    }

    .header .container {
        height: 75px;
        padding-top: 10px;
        padding-right: 20px;
        background-position: 100% -110px;
    }
}
