.heroBanner {
    background-image: url("../../page/assets/revamp/aio/newcard/homepagebanner_bg_lg_NGTV.png") !important;
  }
  
  @media screen and (max-width: 767px) {
    .heroBanner {
      background-image: url("../../page/assets/revamp/aio/newcard/homepagebanner_bg_sm_NGTV.png") !important;
    }
  }
  #allinone-bundles {
    /* background-image: 
      linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 243, 231) 100%),
      url("https://unifi.com.my/sites/default/files/page/assets/images/exc/rebranding_v1/Homepage-wall-background---cubes_mod1.png") !important; */
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }
  @media screen and (max-width: 767px) {
    #allinone-bundles {
      /* background-image: 
        linear-gradient(rgba(255, 255, 255, 0) 80%, rgb(255, 243, 231) 100%),
        url("https://unifi.com.my/sites/default/files/page/assets/images/exc/rebranding_v1/Homepage-wall-background2-cubes_desktop.png") !important; */
      background-repeat: no-repeat !important;
      background-size: 100% auto !important;
      background-position: center top !important;
    }
  }
  .bundle-customisations.bb-listing .slick-list::before {
    background: unset !important;
  }