/* Test displaying more items in article "Most Popular" ref 5648 */
.test-article_most_pop-more #article-most-popular .most-popular-list .most-popular-article {
  display: block; }

.test-article_most_pop-more #article-most-popular .most-popular-list .most-popular-article:last-child {
  display: none; }
  @media (max-width: 1050px) and (min-width: 701px) {
    .test-article_most_pop-more #article-most-popular .most-popular-list .most-popular-article:last-child {
      display: block; } }
