div#header
{
    background-color: #ba0c2f;
    color: #ffffff;
}

div#header h1
{
    margin: 0;
    padding: 0;
}

div#header h1#operator a,
div#header span#operator-slogan,
div#header span#operator-products
{
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
}

div#header h1#operator a
{
    background-image: url("logo.svg");
    width: 338px;
    height: 100px;
    top: 0px;
    left: 0px;
}

div#header span#operator-slogan
{
    background-image: url("slogan.svg");
    width: 159px;
    height: 9px;
    left: 352px;
    top: 48px;
}

div#header span#operator-products
{
    background-image: url("products.svg");
    width: 165px;
    height: 10px;
    left: 352px;
    top: 74px;
}

@media screen and (max-width: 544px)
{
    div#header
    {
        height: auto;
    }

    div#header h1#operator a
    {
        padding-top: 29.586%;
        position: static;
        width: 100%;
        height: 0;
        top: 0px;
        left: 0px;
    }

    div#header span#operator-slogan,
    div#header span#operator-products
    {
        display: none;
    }
}
