#osdk-auth-widget-holder {
	position: absolute !important;
	top: 90px;
	left: 50%;
	margin-left: -400px;
}
.single-featured-image-header {
	min-height: 680px;
	max-height: 700px;
	background-color: #000 !important;
	border-bottom-style: none;
}
.site-content-contain {
	border-top: 1px #333 solid;
}
.site-content {
	padding-top: 2.5em;
}

@media screen and (max-width: 820px) {
	#osdk-auth-widget-holder {
		position: absolute !important;
		top: 90px;
		left: 50%;
		margin-left: -165px;
	}
}