body, html {
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	font-family: sans-serif;
	font-size: 0.85rem;
	font-weight: bold;
	text-transform: uppercase;
}
.container {
	text-align: center;
	background-color: black;
}
.red-stripe-top {
	height: 4px;
	background-color: darkred;
	margin-top: 15px;
}
.red-stripe-bottom {
	height: 4px;
	background-color: darkred;
	margin-bottom: 15px;
}
.text-overlay-top {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: transparent;
	color: #8a8a8a;
	padding: 0;
	margin: 0;
	z-index: 98;
}
.text-overlay-bottom {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: transparent;
	color: #8a8a8a;
	padding: 0;
	margin: 0;
	z-index: 99;
}
.responsive-img {
	width: 100%;
	max-width: 700px;
	height: auto;
	/*margin-top: 15px;*/
	display: block;
}
.image-container {
	position: relative;
	margin: 0;
	padding: 0;
}