@media screen and (max-width: 767px){
  .category_slider_mobile{
    display: block;
  }
}
@media screen and (min-width: 768px){
  .category_slider_mobile{
    display: none;
  }
}