div.bodyContent {
  background: url("/upload/images/ATD/Banners/blue-background-banner.png");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: repeat-x;
  background-size: auto 300px;
}
/* Enterprise Dashboard*/
.atd-dashboard .divider-header span, .atd-dashboard .divider-header .form-control {
    font-family: inherit;
}

/*Ram Dashboard*/
.atd-shop-dashboard .divider-header span, .atd-shop-dashboard .divider-header .form-control {
    font-family: inherit;
}
@media (min-width: 576px) {
  div.bodyContent {
    /* background-size: auto 270px; */
  }
}

@media (min-width: 768px) {
  div.bodyContent {
    background-size: 100% 250px !important;
  }
}

@media (min-width: 992px) {
  div.bodyContent {
    background-size: 100% 225px;
  }
}

@media (min-width: 1200px) {
}


