h1, h2, h3
{
	color: yellow;
}

h4
{
	color:#888888;
}

h2, .h2 {
    font-size: 40px;
}

.hvb_font {
	font-family: 'Quattrocento', serif;
	color: yellow;
}

body {
	padding-top: 50px;
	font-size: 20px;
}

section {
	overflow:hidden;
}

		.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;
		}
		.video-container .poster img {
			width: 100%;
			bottom: 0;
			position: absolute;
		}
		.video-container .filter {
			z-index: 100;
			position: absolute;
			background: rgba(0, 0, 0, 0.1);
			width: 100%;
		}
		.video-container .title-container {
			z-index: 1000;
			position: absolute;
			top: 20%;
			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%;
		}
		
		video {
  			object-fit: fill;
		}
		
