html {
	font-family:Open Sans, Helvetica, sans-serif !important;
}

.noPaddingSides {
  padding-left: 0;
  padding-right: 0; }

video.bgvid {
    width: 100%;
}

.product-bg-full {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 666px;
  min-width: 100%;
  height: 100vh;
  position: relative; 
}

div.slide{
  height:100vh;
}




/*.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}*/







.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
  z-index: 0;

}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.video-container .filter {
  z-index: 3;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding:0 40px;
}



.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
  height: 100%;
}


 @media only screen and (max-width : 768px) {

  .title-container img{
    max-width:500px;
  }
}




