.bg-img {
  background-repeat: no-repeat !important;
}
.bg-center {
  background-position: center center !important;
}
.bg-top {
  background-position: top center !important;
}
.bg-bottom {
  background-position: bottom center !important;
}
.bg-left {
  background-position: left center !important;
}
.bg-right {
  background-position: right center !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}

/*# sourceMappingURL=background-image.css.map */
