.promotion_header {
    position: fixed;
    top:      0;
    width:    100%;
    z-index:  300;
}

.promotion_header__url {
    display:    inline-block;
    width:      100%;
    text-align: center;
}

.promotion_header__url:hover {
    text-decoration: none;
}
