body.home article section.feature {
	margin-right: 20px;
}
body.home article section.feature img {
	max-width: 420px;
	height: auto;
}
body.home article section.feature .callto-buttons {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
body.home article section.feature .callto-buttons a  {
	display: inline-block;
	padding: 2px;
	background: #adebed;
	border: 3px solid #8f241c;
}
body.home article section.feature .callto-buttons a img {
	margin: 0;
}
body.home article section.feature .callto-buttons a:nth-child(2) {
	margin: 0 7px;
}

@media all and (max-width: 1029px) and (min-width: 641px) {

}
@media all and (max-width: 1029px) {
	body.home .play-button {
		top: -2px;
	}
	body.home article {
		width: 100%;
		padding: 0 10px;
	}
	body.home article section.feature {
		margin-bottom: 20px;
	}
	body.home article section.feature .song-play + p {
		margin-bottom: 0;
	}
	body.home article section.feature img {
		max-width: 100%;
		height:auto;
	}
	body.home article section.feature img.alignleft,
	body.home article section.feature img.alignright {
		float: left;
		clear: none;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media all and (max-width: 640px) {
	body.home article section.feature .song-play{
		font-size: 20px;
	}
	body.home article section.feature .song-play .play-button {
		display: inline-block;
		line-height: 0;
		position: relative;
		bottom: -2px;
	}
}
