<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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
  }
}</pre></body></html>