@media (min-width: 900px){
  body{
    /* background-image: url('/sites/default/files/jagged-desktop-f8.jpg'); */
    background-image: url('/sites/default/files/jagged-desktop-eee-ccc-border.png');
    background-size: contain;
    background-attachment:fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    /* margin-bottom: 200px !important; */
    /* top: 150px; */
    height: 95%;
  }
}
