#reviewstars {
	background: rgba(0,0,0,0.8);
	padding: 15px 0;
	color: #fff;
}

#reviewstars iframe { max-width: none; }

#reviewstars .maxwidth {
	max-width: 1200px;
}

#reviewstars .maxwidth, #reviewstars-widgets {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#reviewstars-text {
	font-size: 140%;
	text-shadow: 0 1px 0 #000;
	line-height: 1.1em;
	font-weight: 700;
	color: #fff;
	padding: 0 15px 0 0;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}

#reviewstars-text hr {
	margin: 1em 0;
	background: rgba(255,255,255,0.25);
}

#reviewstars-box1 {
	margin-right: 15px;
	background: #022cb5;
	padding-bottom: 15px;
}

@media screen and (min-width: 1224px) {
	#reviewstars {
		position: relative;
		top: -200px;
		transition: all 0.2s;
	}

	#reviewstars.scrolledpastrs {
		top: 0;
	}
}

@media (min-width: 1224px) and (max-width: 1300px) {
	#reviewstars { top: 0; }
}

@media screen and (max-width: 1224px) {

	#reviewstars-text {
		float: none;
		max-width: 100%;
		padding: 15px;
		text-align: center;
	}

	#reviewstars-box1 {
		height: auto;
		margin: 0 auto;
	}

	#reviewstars-box2 {
		margin: 0 auto;
	}

	#reviewstars-box1, #reviewstars-box2 {
		float: none;
	}

	#reviewstars-widgets {
		display: block;
		width: 270px;
		float: none;
		margin: 0 auto;
	}
	
	#reviewstars .maxwidth, #reviewstars-widgets {
		flex-direction: column;
	}

}