
body .responsivegrid.bncd-article-sidekick-layout-item-promo-desktop {
  display: block;
  width: 300px;
}


@media only screen and (max-width: 991px) {
  body .responsivegrid.bncd-article-sidekick-layout-item-promo-desktop {
    display: none!important;
  }
}

body .responsivegrid.bncd-article-sidekick-layout-item-promo.bncd-article-sidekick-layout-item-promo-mobile {
  display: block;
  width: 300px;
}
@media only screen and (min-width: 992px) {
  body .responsivegrid.bncd-article-sidekick-layout-item-promo.bncd-article-sidekick-layout-item-promo-mobile {
    display: none!important;
  }
}

