html,div,body,article{
	margin: 0;
}
img{
	opacity: 1.0;
}
#bg-video{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(poster.jpg) no-repeat;
	background-size: contain;
}

.header-title{
	position: relative;
	top: 15%;
	z-index: 2;
	width: 60%;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
	font-size: 1.25rem;
	background: #fff;
	opacity: 0.85;
	padding: 50px;
}


table td{
  padding : 5px 20px;
}

.items {
  display: flex;
  justify-content: space-between;
}
.items .item {
  width: 30%;
}