
.first {
    background-image: url('../images/background.jpg');
}

.bg-2 {
    background-image: url('../images/shadow.png');
}

.brand h1 a:before {
    background-image: none;
    display: none;
}

.brand h1 a span {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 309px;
    height: 70px;
    background-repeat: no-repeat;
}

@media (max-width: 479px) {

    .brand h1 a:before {
        background-image: none;
        display: none;
    }

    .brand h1 a span {
        content: '';
        position: relative;
        display: inline-block;
        top: auto;
        left: 0;
        width: 94px;
        height: 64px;
        padding-bottom: 10px;
        background-repeat: no-repeat;
    }

}

.brand h1 a,
.info .brand h2 a {
    text-transform: none;
}

.info .brand h2 a::before {
    background-image: url('../images/map.png');
}
