@media screen and (max-width: 47.938em) {
  .hidden--mobile {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .hidden--desktop {
    display: none;
  }
}