/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .stellar-block {
    background-attachment: scroll !important;
    background-position: center top !important;
  }
}
