/* Default background image for screens below 575px */
/*.single-carousel-active {
  background-image: url('{{ asset("assets/front/img/" . $bs->hero_bg_mobile) }}');
}*/

/* Background image for screens between 575px and 767px */
/*@media (min-width: 576px) and (max-width: 767px) {
  .single-carousel-active {
    background-image: url('{{ asset("assets/front/img/" . $bs->hero_bg_tablet) }}');
  }
}*/

/* Background image for screens between 768px and 991px */
/*@media (min-width: 768px) and (max-width: 991px) {
  .single-carousel-active {
    background-image: url('{{ asset("assets/front/img/" . $bs->hero_bg_laptop) }}');
  }
}*/

/* Background image for screens 992px and above */
/*@media (min-width: 992px) {
  .single-carousel-active {
    background-image: url('{{ asset("assets/front/img/" . $bs->hero_bg) }}');
  }
}*/
