@media (min-width: 999px) {
  /* line 3, ../sass/branded_freshology.scss */
  #home #promo-top .content {
    font-weight: 500;
    max-width: 250px;
  }
}
@media (max-width: 999px) {
  /* line 2, ../sass/branded_freshology.scss */
  #home #promo-top {
    background-image: none !important;
  }
}
@media (min-width: 999px) {
  /* line 19, ../sass/branded_freshology.scss */
  #home #promo-top .promo-bar.home-main {
    background-color: rgba(0, 0, 0, 0.6);
    width: 400px;
    bottom: 70px;
    padding-top: 2px;
  }
}