.bg0 {
  background-color: black;
  background-image: url("../img/bg0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 99%;
}

.bg1 {
  background-color: black;
  background-image: url("../img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 99%;
}

.bg2 {
  background-color: black;
  background-image: url("../img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 99%;
}

.bg3 {
  background-color: black;
  background-image: url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 99%;
}
/*# sourceMappingURL=bg.css.map */