body {
	background: #000;
	color: #770000;
	margin: 0;
	font-family: 'Times New Roman';
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

a, a:visited, a:active {	
	color: #770000;
	text-decoration: none;
	border-bottom: 1px solid #770000;
}

a:hover, .trigger:hover {
	color: #000;
}

.row {
	display: flex;
}

.info {
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: left;
	padding: 1rem 0 0 2rem;
	width: 49%;
	z-index: 1;
	mix-blend-mode: color-burn;
}

.center {
	padding: 0 2rem;
	font-weight: 200;
	mix-blend-mode: color-burn;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: None;
}

video {
	z-index: -999;
    object-fit: cover;
    position: fixed;
	top: -25%;
	height: 150%;
}

.modal {
	background: #000;
	display: none;
}

@media screen and (min-width: 600px) {

	.row-element {
		position: relative;
		width: 50%;
	}

	video {
		left: 0;
		width: 100%;
	}

	.center {
		line-height: 3rem;
		font-size: 3rem;
		margin-top: 5vh;
	}

}
