.video-container {
	position: relative;
	height: 90vh;
	padding-top: 1.25em;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 80%;
	width:83%;
}

.btn-primary {
    background-color: #f5f7f2;
	border: none;
	font-size: 0.875em;
	color: black;
	display: inline-flex;
	align-items: center;
}

.btn-primary:hover {
	background-color: #f9dea1;
	color: black;
}

@media screen and (max-width: 768px) {
   .video-container {
		 padding-bottom: 100%;
   }
	 .video-container iframe {

		margin-left: auto;
		margin-right: auto;
		margin-top: 20%;
	 	height: 65%;
	 	width: 100%;
	 }
}

.title-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1%;
	border-bottom: 2px solid black;
	border-spacing: 0;
	text-align: center;
}

h1.title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5%;
	margin-bottom: 0;
    padding-bottom: 5%;
	font-size: 3em;
	font-weight: bold;
}

.full_page_body {
	background-color: #f5f7f2;
}