﻿@media screen and (max-width: 991px) {
  /* Fallback: if slick not initialized yet, avoid stacking all slides */
  .mbanner .news_list:not(.slick-initialized) > li.news:not(:first-child),
  .post-11 .ul1.news_list:not(.slick-initialized) > li.news:not(:first-child),
  .post-45 .news_list:not(.slick-initialized) > li.news:not(:first-child),
  .post-51 .news_list:not(.slick-initialized) > li.news:not(:first-child) {
    display: none !important;
  }

  .mbanner .news_list:not(.slick-initialized) > li.news:first-child,
  .post-11 .ul1.news_list:not(.slick-initialized) > li.news:first-child,
  .post-45 .news_list:not(.slick-initialized) > li.news:first-child,
  .post-51 .news_list:not(.slick-initialized) > li.news:first-child {
    display: block !important;
  }
}