[id^="facet_"] .card, #mostViewedProducts .card, #mostDownloadedProducts .card {
  height: 100%;
}


/* For devices smaller than 800: */
body 
{ background-image: url('cover-bg-light.png'); } 
/* For devices 800px and larger: */
@media only screen and (min-device-width: 800px) {
body 
{ background-image: url('cover-bg-light.png'); } 
} 

/* For devices smaller than 400px: */
body 
{ background-image: url('cover-bg-light.png'); } 
/* For devices 400px and larger: */
@media only screen and (min-device-width: 400px) {
body 
{ background-image: url('cover-bg-light.png'); } 
}