/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  background-position: 50% 50% !important;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media only screen and (max-width: 1199px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }
}
.stellar-block.first {
  background-image: url(../images/page1_img9.png);
}
.stellar-block.second {
  background-image: url(../images/page1_img19.png);
}
.stellar-block.third {
  background-image: url(../images/page1_img23.png);
}
.stellar-block.fourth {
  background-image: url(../images/page2_img5.png);
}
.stellar-block.fifth {
  background-image: url(../images/page3_img8.png);
}
.stellar-block.sixth {
  background-image: url(../images/page4_img1.png);
}
