[data-slides] {
	

	background-image: url(../img/new_slides/Stationary_0000_636671736.jpg); /* Default image. */
	background-repeat: no-repeat; 
	background-position: center top; 
	background-size: cover; 
	transition: background-image 1s linear; 


/*
	background-image: url(../img/slides/mail.jpg); Default image. 

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
*/


	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
    
	
}

/* Use additional CSS to control the `height` of `[data-slides]`, like so: */

.test { height: 100%; }
@media all and (min-width: 48em) {
	.test { height: 100%; }
}

[hidden] { display: none; }