@media only screen and (max-width: 1130px) {
  .screen-normal {
    display: none;
  }
}
@media only screen and (min-width: 1130px) {
  .screen-small {
    display: none;
  }
}

/*# sourceMappingURL=media.css.map */
