.stellar-block {
  background-attachment: fixed;
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  padding-top:80px;
  z-index: 8;
   background-color:#2b0500; 

}

@media only screen and (max-width: 979px) {  
  .stellar-block  {
    background-attachment: scroll!important;
    background-position: 50% 50%!important;
    position: relative;
    background-repeat: no-repeat!important;
    z-index: 8
  }
}