.song-grid{
	width: 33.33333%;
	float: left;
	margin-bottom: 50px;
	padding-left: .9375rem;
    padding-right: .9375rem;
}
.song-container{
	width: 100%;
}
.cta{
	text-align: center;
	min-width: 200px;
}

.song-img-container{
	background: url('songs-bg.png') no-repeat;	
	max-height: 241px;
    max-width: 297px;
    min-height: 241px;
    padding: 20% 10%;
	font-size: 1rem;
    margin-bottom: 1.25rem;
	box-shadow: 3px 3px 10px 0px rgba(148,146,148,0.74);
	text-align: center;
}

.song-title{
	color: white;
	line-height: 1.1em;
}

@media screen and (max-width:867px){
	.song-img-container{
		padding: 20% 2% 20% 7%;
		min-height: 200px;
		max-height: 200px;
	}
}
@media screen and (max-width:779px){
	.song-img-container{
		padding: 10% 7%;
	}
	.song-img-container h2{
		font-size: 2em;
	}
}
@media screen and (max-width:680px){
	.cta{
		min-width: 150px;
	}
}
@media screen and (max-width:640px){
	.song-grid{
		width: 90%;
		float: none;
		margin-right: 0;
	}
	.cta{
		width: 100%;
	}
	.song-img-container h2{
		font-size: 3em;
	}
	.song-img-container{
		max-height: 241px;
	}
}
@media screen and (max-width:640px){
	.song-img-container h2{
		font-size: 2.5em;
	}
}