.black {
  color: black !important;
}

@media screen and (max-width: 48em) {
  .tag-header h3, .tag-header h3 * {
    font-size: 4vw;
    line-height: .9;
    text-align: left;
  }
  .tag-body, .tag-body * {
    font-size: 3.3vw;
    color: white;
    line-height: 1.07;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
  }
}

@media screen and (max-width: 28em) {
  .page-intro-container {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .bleed-page-intro h3, .row.bleed-description h3, .bleed-page-intro h3 *, .row.bleed-description h3 * {
    font-size: 5vw;
    line-height: .8em;
    letter-spacing: -.01em;
    display: block;
    color: white;
    float: none !important;
  }
  .tag-body, .tag-body * {
    font-size: 1.5vw;
    color: white;
    line-height: 1.07;
    font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
  }
  .bleed-page-intro {
    margin-top: 1.3em;
  }
  .tag-cta {
    font-size: 12px;
  }
}

.page-intro-container {
  margin-top: auto;
}


}
#main>div.row.plp-breadcrumb.fullbleed-container>div>div>div>div.row.bleed-description {
  display: none;
}
.cta-white {
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 8px 15px;
  display: inline-block;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: HelveticaNeueW01-45Ligh;
}
.cta-white:hover {
  border: 1px solid #000;
  background-color: #000;
}
