#line {
	display: none;
}

div.insta-feed {
	min-height: 100px;
	background: url(../images/preloader.svg) center center no-repeat #fff;
}

h3 {
	font-size:4em;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}

h3 a.more {
	align-self: center;
	width:50px;
	height:50px;
	opacity:.3;
	background: url(../images/more.svg) left center no-repeat;
	background-size: 100% 100%;
}
h3 a.more:hover {
	opacity: 1;
}
h3 a.insta {
	width:50px;
	height:50px;
	background: url(../images/instagram-icon.svg) left center no-repeat;
	background-size: 100% 100%;
	filter:saturate(0);
}
h3 a.insta:hover {
	filter:saturate(1);
}

h3.insta {
	background: url(../images/instagram-icon.svg) left center no-repeat;
	background-size: auto 50%;
	padding-left:6%;
}
div.artists.home {
	padding:0;
}
div.artists.home div > span {
	font-size:1.2em;
}

div.block {
	padding-top:3%;
	padding-bottom:3%;
}

div.artists,
div.fb-feed,
div.insta-feed {
	margin-top: 2%;
}

div.fb-feed > div > a {
	display:none !important;
}

@media screen and (max-width: 800px), screen and (max-device-width: 800px), screen and (max-width: 800px) {
	h3 {
		font-size:2em;
		text-align: center;
		display: block;
	}
	h3 a {
		display:none;
	}
}