/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
#section-products .col-md-12 .panel__cell, #section-library_offers .col-md-12 .panel__cell {
  display: none; }

#section-products .col-md-12 .panel__cell:first-child, #section-library_offers .col-md-12 .panel__cell:first-child {
  display: block;
  width: 100%; }

@media screen and (min-width: 768px) {
  #section-products .col-md-12, #section-library_offers .col-md-12 {
    width: 25%;
    float: left; } }
