
/* small screen ~768px                                         */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 48em) {
  #maincontent { width: 100%; }
}

#sidebarLeft { display: none; }

/* small screen ~392px                   */
/* for non_responsive_style, escape all  */
@media all and (max-width: 24.49em) {
  .listOutputContainer { width: 100%; }
  .listOutputFeaturedContainer { width: 100%; }
}


/* medium screen ~392px / ~672px         */
/* for non_responsive_style, escape all  */
@media all and (min-width: 24.5em) and (max-width: 41.99em) {
  .listOutputContainer { width: 50%; }
  .listOutputFeaturedContainer { width: 50%; }
}


/* medium screen ~672px / ~908px         */
/* for non_responsive_style, escape all  */
@media all and (min-width: 42em) and (max-width: 56.74em) {
  .listOutputContainer { width: 33.3%; }
  .listOutputFeaturedContainer { width: 33.3%; }
}


/* other screens > ~908px                                      */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 56.75em) {
  .listOutputContainer { width: 25%; }
  .listOutputFeaturedContainer { width: 25%; }
}


/* small screen ~392px                   */
/* for non_responsive_style, escape all  */
@media all and (max-width: 24.49em) {
  .listCategorieOutputContainer { width: 100%; }
}


/* medium screen ~392px / ~672px         */
/* for non_responsive_style, escape all  */
@media all and (min-width: 24.5em) and (max-width: 41.99em) {
  .listCategorieOutputContainer { width: 50%; }
}


/* medium screen ~672px / ~908px         */
/* for non_responsive_style, escape all  */
@media all and (min-width: 42em) and (max-width: 56.74em) {
  .listCategorieOutputContainer { width: 33.3%; }
}


/* other screens > ~908px                                      */
/* for non_responsive_style, escape only surrounding brackets  */
@media all and (min-width: 56.75em) {
  .listCategorieOutputContainer { width: 25%; }
}

