@charset "utf-8";
/* CSS Document */
video#html5-video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: auto;
  width: 80%;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    background-attachment: scroll;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

video#html5-video-2 {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: auto;
  width: 80%;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    background-attachment: scroll;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

.intro-top{
		padding-top: 49px;
	    padding-bottom: 49px;
	}

@media (max-width: 767px) {
video#html5-video {
  position: relative;
  top: 60%;
  left: 50%;
  min-width: 180%;
  min-height: auto;
  width: 180%;
  height: auto;
  padding-bottom: 0px;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    background-attachment: scroll;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

video#html5-video-2 {
  position: relative;
  top: 40%;
  left: 50%;
  min-width: 180%;
  min-height: auto;
  width: 180%;
  height: auto;
  padding-bottom: 0px;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    background-attachment: scroll;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}
	
	.acero{
		padding-top: 0px;
	}
	
	.intro-top{
		padding-top: 0px;
		padding-bottom: 49px;
	}
	
	.intro{
		height: 368px;
	}
	
	
  
}
	  

