.header-unit {
  height: 200px;
  border: 2px solid #000;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 20px;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}

.inner {
    display: table;
    width: 100%;
    max-width: fit-content;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
	color: white;
}
.inner > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
}

.event-meta > h1 {
    font-size: 55px;
    text-shadow: 3px 3px black;
	line-height: 0px;
}

.event-meta > p {
    /* margin-top: -18px; */
	text-shadow: 2px 2px black;
}

@media only screen and (max-width: 768px) {
	.event-meta > h3 {
		font-size: 30px;
		line-height: 5px;
	}
.event-meta > p {
    margin-top: 0px;
	}
}