body {
	margin: 0;
	padding: 0;

}

.background-wrapper > iframe {
	box-sizing: border-box;
	height: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 52%;
	width: 80.77777778vh;
	z-index: 0;
}

.background-wrapper {
	width: 100%;
	background-color: #000;
	/*height: 100vh;*/
	overflow: hidden;
	position: relative;
		align-items: center;
	justify-content: center;
	color: #000;
}

.background-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	z-index: 0;
}

.background-wrapper go3 {
	z-index: 100;
	position: relative;
	margin: 0px 0px;
	padding-top: 0px;
}

.content-wrapper {
	padding: 0px 0px;
	max-width: 750px;
	margin: 0px;
}

label {margin-bottom:0em!important;}	
