@charset "utf-8";
/* CSS Document */

/* jarallax styles */
.jarallax-video {
	width: 100%;
	float: left;
	min-height: 853px;
	overflow: hidden;
	margin: 0 0 0;
	position: relative;
	z-index: 9;
}
.jarallax-video:after {
	content: "";
	width: 100%;
	height: 102%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to bottom, rgba(0, 0, 0, 0) 54%, #000 100%);
	margin: 0 0 0;
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
}
.jarallax-img {
	width: 100%;
	float: left;
	display: none;
}
.jarallax-img img {
	width: 100%;
	display: block;
}
/* hero block */
.demo-table {
	width: 100%;
	text-align: center;
	background-color: rgba(39, 35, 51, 0.6);
	color: #fff;
	position: absolute;
	top: 0;
	min-height: 100%;
}
.demo-table-cell {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}
.vimeo-wrapper {
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.jarallax-video { min-height:453px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.jarallax-video { min-height:453px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.jarallax-video { min-height:453px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.jarallax-video { min-height:453px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.jarallax-video { min-height:553px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.jarallax-video { min-height:653px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.jarallax-video { min-height:753px;}
}