﻿.baha-map-background {
  background: url(./img/products/hero_background.png) no-repeat center;
  background-size: cover;
}
.baha-charts-background {
  background: url(./img/products/third-background.png) no-repeat center;
  background-size: cover;
}
.baha-light-background {
  background: url(./img/products/baha_white-backgroundbg.png) no-repeat center;
  background-size: cover;
}
.baha-money-background {
  background: url(./img/products/second-background.png) no-repeat center;
  background-size: cover;
}

#products-app .ticker_container .ticker_row .ticker__element .up {
  background: url(./img/products/up_arrow.png) no-repeat center;
}
#products-app .ticker_container .ticker_row .ticker__element .down {
  background: url(./img/products/down_arrow.png) no-repeat center;
}

#products-app .star {
  background: url(./img/products/mobile_apps-star.png) no-repeat center;
}
