.fullWidthBackgroundImageContentBlock {
	text-align: center;

	background-color: #606f7e;

	padding-top: 120px;
	padding-bottom: 120px;
	vertical-align: middle;

	background-image: url("../imgs/playWithFriendsBackground@2x.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.fullWidthBackgroundImageContentBlock .container {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}
.fullWidthBackgroundImageContentBlock .content {
	display: inline-block;
	text-align: left;
	max-width: 500px;
	vertical-align: middle;

	margin-left: 20px;
		margin-right: 20px;
}
.fullWidthBackgroundImageContentBlock .content .title {
	font-family: "SFProDisplay", sans-serif;
	font-weight: 600;
	font-size: 38px;
	color: #fff;

	margin-bottom: 40px;
}
.fullWidthBackgroundImageContentBlock .content .description {
	font-family: "SFProDisplay", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;

	line-height: 28px;
}

@media screen and (max-width: 500px){
	.fullWidthBackgroundImageContentBlock .content {

		text-align: center;
	}
    
}