.row.retrofitny.article {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.row.retrofitny.article .embed-responsive-container {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.row.retrofitny.article h1 {
	font-size: 58px;
	font-size: 5.8rem;
	font-weight: bolder;
	line-height: 1.03448275862069;
	max-width: 360px;
	max-width: 36rem;
	letter-spacing: -0.010em;
	margin-bottom: 37px;
	margin-bottom: 3.7rem;
}
.row.retrofitny.article h2 {
	margin-top: 0;
	font-size: 20px;
	font-size: 2rem;
	max-width: 320px;
	max-width: 32rem;
	margin-bottom: 2px;
	margin-bottom: .2rem;
	letter-spacing: -0.010em;
}
.row.retrofitny.article p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.42; /* spec from Photoshop */
	line-height: 1.428571428571429; /* reality where we're working with pixels */
	max-width: 320px;
	max-width: 32rem;
	letter-spacing: -0.010em;
	margin-bottom: 6px;
	margin-bottom: .6rem;
}
.row.retrofitny.article a {
	font-weight: bold;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	.row.retrofitny.article {
		padding-top: 34px;
		padding-top: 3.4rem;
		padding-bottom: 27px;
		padding-bottom: 2.7rem;
	}
	.row.retrofitny.article .embed-responsive-container {
		float: right;
		margin-left: 40px;
		margin-left: 4rem;
		width: 100%;
		max-width: 218px;
		max-width: 21.8rem;
	}
}
@media only screen and (min-width: 960px) {
	.row.retrofitny.article .embed-responsive-container {
		max-width: 410px;
		max-width: 41rem;
	}
}