[data-slides] {
	background-image: url(../../img/hero-bg.jpg); /* Default image. */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: background-image 1s linear;
}

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


	#yolo { height: 100vh;
					width: 100vw;

		  background: url(images/bg.jpg) no-repeat center center ;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;

		/*https://css-tricks.com/perfect-full-page-background-image/*/ }


}*/
