/* COVER */
.videoWrap{
	position: relative;
	width: auto;
	height: 100vh;
	overflow: hidden
}

#landingVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: url('../img/raster/loopingsunsetstillbetter.jpg') no-repeat;
	background-size: cover;
}

#landing-opener {
	width: auto;
	color: #ffffff;
	z-index: 2;
	box-sizing: border-box;
	padding-top: 25px;
	margin-bottom: 25px;
	margin-top: -90vh;
}

.landing-brand {
	margin-bottom: 25px;
}

.fluid-padding-fix{
	padding: 0;
}

/* MAP */
.section-map{
	padding: 0;
	border: none;
}
#map_wrapper {
	height: 60vh;
	border: none;
	border-radius: 0 0 4px 4px;
}

#map_canvas {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0 0 4px 4px;
}

