#content .section{
	margin-bottom: 32px;
}
#content .watchMovie h2{
	margin-bottom: 6px;
}
#content .watchMovie ul li{
	margin-bottom: 3px;
}
#content .watchMovie > div{
	margin-bottom: 14px;
}
@media screen and (min-width: 625px) {
	#content .watchMovie > div{
		width: 32%;
		float: left;
	}
	#content .watchMovie > div.physical{
		float: right;
	}
	#content .watchMovie > div.onDemand{
		margin-right: 2%;
	}
}
.quote{
	margin-bottom: 14px;
}
.quote p{
	color: #333;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.1;
}
.quote p.attribution{
	margin-top: 4px;
	font-family: 'EB Garamond', serif;
	color: #888;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
}
#mma{
	position: relative;
}
#mma .wrapContainer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#mma .wrap{
	margin-bottom: 6px;
}
#mma .quote{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 10px rgba(33, 33, 33, 1);
	color: #fff;
	opacity: .85;
	margin: 0;
	/*margin: 0 0 0 -16px;*/
	line-height: 1;
}
#mma .attribution{
	display: block;
	color: #999;
	font-size: 14px;
}
#mma .attribution a{
	color: #333;
}
#mma .quoteMark{
	margin-left: -.54em;
}
@media screen and (min-width: 625px) {
	#mma .wrap{
		margin-bottom: 14px;
	}
	#mma .quote{
		font-size: 36px;
		text-shadow: 1px 1px 18px rgba(33, 33, 33, 1);
	}
	#mma .attribution{
		font-size: 18px;
	}
}
@media screen and (min-width: 980px) {
	#mma .quote{
		font-size: 56px;
	}
	#mma .attribution{
		font-size: 22px;
	}
}
#content .socialLinks{
	margin-top: 8px;
}
#content .socialLinks li{
	float: left;
	margin-right: 7px;
}
#content .trailer{
	margin-top: 15px;
}