@import url(https://fonts.googleapis.com/css?family=Passion+One);
.artista {
	font-family: 'Passion One', cursive !important;
	color: #333333;
	text-align: left;
	font-size: 45px;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 45px;	
}

.musica {
	font-family: 'Passion One', cursive !important;
	font-style: normal;
	color: #333333;
	text-align: left;
	font-size: 38px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 30px;	
}


@media only screen and (max-width: 480px) {

#covermusic {
	width: 0;
	display: none;	
}
#showmusic {
	clear: both;
	float: left;
	align: left;
	height: auto;
	margin-left: 0px;
	position: relative;
	top: 12%;
	width: auto;
	display: block;
}
.artista {
	font-family: 'Passion One', cursive !important;
	color: #333333;
	text-align: left;
	font-size: 30px;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 30px;	
}

.musica {
	font-family: 'Passion One', cursive !important;
	font-style: normal;
	color: #333333;
	text-align: left;
	font-size: 26px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 26px;	
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#covermusic {
	clear: both;
	float: left;
	align: left;
	margin-left: 0px;
	position: relative;
	top: 12%;
	width: 110px;
	display: block;
}
#showmusic {
	float: left;
	align: left;
	position: relative;
	width: auto;
	display: block;
	height: 85px;
}
}
