.bar_css {
  width: 550px !important;
  height: auto !important;
}

@media (max-width: 1340px) {
  .bar_css {
    width: 520px !important;
    height: auto !important;
  }
}
@media (max-width: 1268px) {
  .bar_css {
    width: 500px !important;
    height: auto !important;
  }
}
@media (max-width: 1230px) {
  .bar_css {
    width: 550px !important;
    height: auto !important;
  }
}

@media (max-width: 560px) {
  .bar_css {
    width: 450px !important;
    height: auto !important;
  }
}
