#bandImage{
	display: block;
	margin-bottom: 7%;
	margin-left: 19%;/*25% with default image*/
	width : 65%;
}

#homepageNote{
    padding-left:19%;
    padding-bottom:10px;

}

#mediaPagination{
padding-left:19%;
    padding-bottom:10px;

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 515px) {

#bandImage{
	display: block;
	margin-top: 0px;
	width : 100%;
		margin-left: 0%;
		padding-top:50px;
}


}
