.the-big-game .promo_header {
  background: no-repeat url("../images/promo-header-BKG.png");
  background-size: 100%;
  position: static;
  height: auto;
}

.the-big-game .promo_header__logo {
  display: block;
  margin: 0 auto;
  padding:  10px;
  width: 49%;
}

.the-big-game .promo_header__navigation {
  background-color: #004300;
  text-align: center;
  /* box-shadow: 0px 6px 0px 0px #0000004D; */
}

.the-big-game .promo_header__navigation__list {
  text-align: center;
  padding: 10px;
}

.the-big-game .promo_header__navigation__item {
  display: inline-block;
  margin: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.the-big-game .promo_header__navigation__link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  font-family: "Rockwell-Bold";
}

.the-big-game .promo_header__navigation__link:hover,
.the-big-game .promo_header__navigation__link--active {
  color: #FDB713;
}

@media (max-width: 580px) {

  .the-big-game .promo_header {
    background-size: 100%;
  }

  .the-big-game .promo_header__navigation__list {
    padding: 5px;
  }

  .the-big-game .promo_header__navigation__link {
    font-size: 10px;
    line-height: 12px;
  }

  .the-big-game .promo_header__navigation__item {
    margin: 2px 7px;
  }
  .the-big-game .promo_header__logo {
    padding: 4px;
    width: 50%;
  }
}

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