[data-slides] {
	background-image: url(../images/home-bg_01.jpg); /* Default image. */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: background-image 1.2s linear;
}

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

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