.ao_lay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,0.96);
	z-index: 1000;
}

.ao_logo {
	height: auto !important;
}

.ao_wrap , .ao_wrap p, .ao_terms p, .ao_terms li {
	margin-bottom: 10px;
}

.ao_fields {
	border: 0;
}

@media screen and ( max-width: 500px ){
	.ao_lay{
		overflow: scroll;
	}
}

/* YouTube videos might be visible above the overlay. You might need to uncomment the following to hide them.*/
/*
iframe {
	display: none;
}
*/