@media screen and (max-width: 768px) {
  #basic-demo {
    background-color: lightblue !important;
  }
}