
    body {
      background-image: url(/img/transport-background.jpg);
      background-attachment: fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }
	@media (max-width:1025px) {
		body {
			background-image: none;
			background-color: #000000;
		}
	}
  