/* ===================================================================== */
/* Mantelli Trailer Sales - Custom CSS file */
/* Updated 02/23/2016 */
/* ===================================================================== */
/* Used to set the background picture for the welcome page based on the Page ID being used */
body {
  background: url(../../img/cover/cover-11-sm.jpg) no-repeat center center fixed;
}

@media (min-width: 768px) { /* HD Picture for larger displays */
  body {
    background: url(../../img/cover/cover-11-lg.jpg) no-repeat center center fixed;
  }
}
