img,
iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}
.publication-butoday .wp-prepress-layout-article-content>p a.button {
	color: #FFF;
}

#feature {
	background-image: url("http://www.bu.edu/today/wpassets/features/2014_ecigs/bg-vapor-notext.jpg");
	background: #252426 url("http://www.bu.edu/today/wpassets/features/2014_ecigs/bg-vapor.jpg") no-repeat 50% 0;
	background-size: cover;
	padding-bottom: 60px;
}
.feature-title {
	padding: 60px 0;
	text-align: center;
}
.feature-title h1 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "Benton-Sans",helvetica,arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.feature-title h1 strong {
	display: block;
	display: none;
}
.feature-title h2 {
	text-align: center;
	color: #fff;
	font-family: georgia,serif;
	font-style: italic;
	padding: 154px 0 0;
	position: relative;
}
.feature-title h2:after {
	display: block;
	width: 300px;
	height: 3px;
	background-color: #00cdcc;
	position: absolute;
	top: 124px;
	left: 50%;
	margin-left: -150px;
	content: "";
}
.feature-video {
	max-width: 620px;
	margin: 0 auto;
	border: 5px solid #1c1e21;
}
@media screen and (max-width: 660px) {
	#feature {
		background-image: url("http://www.bu.edu/today/wpassets/features/2014_ecigs/bg-vapor-notext.jpg");
		padding: 0 15px 50px;
	}
	.feature-title {
		padding: 50px 15px;
	}
	.feature-title h1 {
		font-size: 18px;
		letter-spacing: 3px;
	}
	.feature-title h1 strong {
		display: block;
		font-size: 105px;
		line-height: 100px;
		letter-spacing: 1px;
	}
	.feature-title h2 {
		font-size: 18px;
		padding: 50px 0 0;
	}
	.feature-title h2:after {
		width: 200px;
		top: 22px;
		margin-left: -100px;
	}
	.feature-video {
	}
}
@media screen and (max-width: 480px) {
	#feature {
		padding: 30px 10px;
	}
	.feature-title {
		padding: 0 0 30px;
	}
	.feature-title h1 {
		font-size: 18px;
		letter-spacing: 3px;
	}
	.feature-title h1 strong {
		font-size: 60px;
		line-height: 60px;
	}
	.feature-title h2 {
		font-size: 16px;
		padding: 50px 0 0;
	}
	.feature-title h2:after {
		top: 22px;
	}
}
