/* hero */

.hero-section {
  background-image: url(../img/press/banner.jpg);
}

.TOC-link .body-text span {
  font-style: italic;
}

/*Smaller Media*/

@media only screen and (max-width: 812px), screen and (max-width: 1024px) and (orientation: portrait) {
  .hero-section {
    background-image: url(../img/press/banner-mobile.jpg);
  }
}
