a {
	text-decoration:none;
}

.image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
width:80px;
height:80px;
}

.container:hover .image {
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.instagram {
	-webkit-transform:scale(1.1);
transform:scale(1.1);
}

.facebook:hover {
	background:#3A5795;
}

.cloudsound:hover {
	background:#FF5500;
}

.utube:hover {
	background:#DD2826;
}

.twitter:hover {
	background:#55ACEE;
}

.instagram:hover {
	background:#125688;
}

.spotify:hover {
	background:#1ED760;
}

.itunes:hover {
	background:#CC45F4;
}

.beatport:hover {
	background:#90ca0a;
	
}

.container {
overflow:hidden;
width:80px;
height:80px;
display:inline-block;
margin-left:10px;
webkit-transition: background 0.5s linear;
-moz-transition: background 0.5s linear;
-ms-transition: background 0.5s linear;
-o-transition: background 0.5s linear;
transition: background 0.5s linear;
}




.container {
	
	background:rgba(0,0,0,0.6);
}


@media (max-width:450px) {
	.container {
		width:60px;
		height:60px;
		
	}
	.image {
		width:60px;
		height:60px;
		
	}
}
