/* CSS Document */

.topicVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px;
}
.topicVideo {
	overflow: hidden;
	border-radius: 1em;
	margin-bottom: 2em;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
text-align: center;
}
.centerText {
}
.consentbutton {
	font-family: "Josefin Sans", Arial, sans-serif;
	background-color: #06402A;
	color: #fff;
	padding: 0.5em 1.5em 0.3em ;
	margin-top: 1em;
	font-size: 1em;
	border: 0px;
	border-radius: 9px;
	/*width: 50%;*/
	cursor: pointer;
}
