@media screen and (min-width: 37.5em) {
  div {
    /* asd */
  }
}
@media screen and (min-width: 48em) {
  div {
    display: none;
  }
}
