@media screen and (orientation: landscape) {
  /* crash */
  p {
    width: 100px;
  }
}
