html {
	width: 98vw;
	height: 100vh;
	margin: auto;
}

body {
	width: 98vw;
	height: 100vh;
	margin: auto;
	position: relative;
}

a {
	outline:none;
	border:0;
}

image, img {
	outline:none;
	border:0;
}

.container {
	display: grid;
	justify-items: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.containerVid {
	display: grid;
	justify-items: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	grid-template-columns: auto;
	grid-template-rows: auto;
	grid-gap: 0px;
	text-align: center;
}

.svgDesktop {
	width: 100%;
	max-width: 1430px;
	height: 100%;
	max-height: 1300px;
}

.svgMobile {
	width: 100%;
	max-width: 1092px;
	height: 100%;
	max-height: 1504px;
}

svg rect {
	/*fill: #ffffff;*/
	opacity: 0.0;
	/*transition: all 0.2s linear;*/
}

/*	svg rect:hover {
		opacity: 0.4;
	}*/

.xfade {
	display:none;
}

.jd-slider {
	margin: auto;
	text-align: center;
	height:100vh;
}

	.jd-slider .slide-inner::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
	}

	.jd-slider .slide-area > li {
		width:100%;
		height:100vh;
	}

	.jd-slider .controller {
		margin: 0px;
	}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/preloader.gif') center no-repeat #fff;
}

/*.show {
	display: initial;
}

.hide {
	display: none;
}

@media screen and (max-width: 825.98px) and (orientation:landscape), (orientation:portrait) {
	.HideOnMobile {
		display: none;
	}

	.ShowOnMobile {
		display: initial;
	}
}

@media (min-width: 826px) {
	.HideOnMobile {
		display: initial;
	}

	.ShowOnMobile {
		display: none;
	}
}*/
