.goid-at-the-end .promo_header {
    background: no-repeat url("../images/promo-header-bkg.png");
    background-size: 100%;
    position: static;
    height: auto;
}

.goid-at-the-end .promo_header__logo {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 60%;
}

.goid-at-the-end .promo_header__navigation {
    background: no-repeat url("../images/promo-navbar.png");
    background-size: 100% 100%;
    text-align: center;
}

.goid-at-the-end .promo_header__navigation__list {
    text-align: center;
    padding: 14px;
}

.goid-at-the-end .promo_header__navigation__item {
    display: inline-block;
    margin: 4px 11px;
    text-transform: uppercase;
    cursor: pointer;
}

.goid-at-the-end .promo_header__navigation__link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    font-family:"Mudstone_Sans";
    font-weight: bolder;
}

.goid-at-the-end .promo_header__navigation__link:hover,
.goid-at-the-end .promo_header__navigation__link--active {
    color: #FDCC03;
}


@media (max-width: 550px) {

    .goid-at-the-end .promo_header {
        background-size: 100%;
    }

    .goid-at-the-end .promo_header__navigation__list{
        padding: 0;
    }

    .goid-at-the-end .promo_header__navigation__link {
        font-size: 12px;
        line-height: 12px;
    }

    .goid-at-the-end .promo_header__navigation__item {
        margin: 2px 7px;
    }
    .goid-at-the-end .promo_header__logo {
        padding: 0;
    }
}

@media (max-width: 360px) {
    .goid-at-the-end .promo_header__navigation__list {
        padding: 0 2px;
    }
    .goid-at-the-end .promo_header__navigation__item {
        margin: 2px 2px;
    }
}