/**
 * Eric Herdzik 04/08/2015 (WEB-2081)
 * Custom breakpoint for apple ad (smallest portrait ipad width)
 */
@media screen and (min-width: 63.75em) and (max-width: 79.9375em) {
  /* line 13, src/app/stylesheets/noscript.scss */
  .brief {
    max-height: 114.375rem;
  }
}

@media screen and (min-width: 63.75em) {
  /* line 20, src/app/stylesheets/noscript.scss */
  .brief {
    overflow: hidden;
  }
  /* line 23, src/app/stylesheets/noscript.scss */
  .brief:after {
    content: none;
  }
}

@media screen and (min-width: 80em) and (max-width: 9999em) {
  /* line 31, src/app/stylesheets/noscript.scss */
  .brief {
    max-height: 128.125rem;
  }
}
