.video{
	background: url('../images/video.mp4');
}

.parallax {
  /* The image used */
  background-image: url("../images/video.mp4");

  /* Set a specific height */
  min-height: 800px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section1{
	transform: translate3d(0px, 0px, 0px);
	background-image: url("../images/sexy-lesin.png");
}