#greyhounds_banner {
	background-image: url(/img/greyhounds_api_bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position-x: left;
	height: 600px;
}
#greyhounds_banner:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-color: rgba(0, 0, 0, .4);
}
@media screen and (max-width: 1599px) {
	#greyhounds_banner {
		background-position-x: -170px;
	}
}
@media screen and (max-width: 1100px) {
	#greyhounds_banner {
		background-position-x: -260px;
	}
}
@media screen and (max-width: 900px) {
	#greyhounds_banner {
		background-position-x: center;
	}
	#greyhounds_banner:before {
		background-color: rgba(0, 0, 0, .7);
	}
}
h1 {
	font-size: 28px;
	color: #85cef7;
	margin-top:120px;
}
h2 {
	font-size: 48px;
	color:#fff;
	width:460px;
	max-width:100%;
}
@media screen and (max-width: 430px) {
	h2 {
		font-size: 34px;
	}
}
.btn-primary {
	background-color: #85cef7;
	border-color: #85cef7;
	color:#000;
	font-weight:600;
	font-size: 24px;
	padding: 5px 40px;
}
.btn-primary:hover {
	background-color: #50a5d5;
	border-color: #50a5d5;
	color:#000;
}