
/*Pre load image divs
#image1{
   background: url("https://markstubbs.000webhostapp.com/NewSolo/assets/images/backgroundImage1.jpeg") no-repeat -9999px -9999px;
  }
#image2{
   background: url("https://markstubbs.000webhostapp.com/NewSolo/assets/images/backgroundImage2.jpeg") no-repeat -9999px -9999px;
  }
#image3{
   background: url("https://markstubbs.000webhostapp.com/NewSolo/assets/images/backgroundImage3.jpeg") no-repeat -9999px -9999px;
  }
#image4{
   background: url("https://markstubbs.000webhostapp.com/NewSolo/assets/images/backgroundImage4.jpeg") no-repeat -9999px -9999px;
  }
#image5{
   background: url("https://markstubbs.000webhostapp.com/NewSolo/assets/images/backgroundImage5.jpeg") no-repeat -9999px -9999px;
  }  
.dashboard-carousel-background {
   background-color: rgb(31, 37, 51);
   color: white;
   padding: 30px;
  }
*/
#carousel {
   /*background-image: url(" === Inserted by scripts/dashboard.js ===");*/
   background-size: cover;
   background-position: 50% 70%;
   background-repeat: no-repeat;
   -webkit-transition: background-image 1s;
      -moz-transition: background-image 1s;
        -o-transition: background-image 1s;
           transition: background-image 1s;
  }
