
.backgroundTransition, .backgroundTransition .image-top, .backgroundTransition .image-bottom {
  height: 100%;
  width: 100%;
  backround-color: #000;
}

body { margin: 0; }



.backgroundTransition .image-bottom, .backgroundTransition .image-top {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	backround-color: #000;
}

.backgroundTransition .image-bottom { z-index: 0; }

.backgroundTransition .image-top {
  z-index: 0;
  display: none;
}

#image-download { display: none; }


@media(max-width:768px) {
	
.backgroundTransition, .backgroundTransition .image-top, .backgroundTransition .image-bottom {
  height: 100%;
  width: 100%;
  backround-color: #000;
}

body { margin: 0; }



.backgroundTransition .image-bottom, .backgroundTransition .image-top {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	backround-color: #000;
}

.backgroundTransition .image-bottom { z-index: 0; }

.backgroundTransition .image-top {
  z-index: 0;
  display: none;
}

#image-download { display: none; }
}