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

.swing-for-the-fences .promo_header__logo {
  display: block;
  margin: 0 auto;
  padding:  0;
  width: 41%;
}

.swing-for-the-fences .promo_header__navigation {
  background-image: linear-gradient(#456C41, #576B7F);
  text-align: center;
  box-shadow: 0px 6px 0px 0px #0000004D;
}

.swing-for-the-fences .promo_header__navigation__list {
  text-align: center;
  padding: 10px;
}

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

.swing-for-the-fences .promo_header__navigation__link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "DynaPuff-bold";
}

.swing-for-the-fences .promo_header__navigation__link:hover,
.swing-for-the-fences .promo_header__navigation__link--active {
  color: #FFE7B1;
}

@media (max-width: 580px) {

  .swing-for-the-fences .promo_header {
    background-size: 100%;
  }

  .swing-for-the-fences .promo_header__navigation__list {
    padding: 5px;
  }

  .swing-for-the-fences .promo_header__navigation__link {
    font-size: 11px;
    line-height: 12px;
  }

  .swing-for-the-fences .promo_header__navigation__item {
    margin: 2px 7px;
  }
  .swing-for-the-fences .promo_header__logo {
    padding: 0;
    width: 42%;
  }
}

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