.landing {
	padding:15px;
}
.landing-slideshow {
	background:hsl(0,0%,97%);
}
.landing-slide {
	padding:15px 15px 0 15px;
}
.landing-slide-quote {
	height:100px;
	display: flex;
	color:#666;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.landing-slide-quote q {
	font-family: serif;
}
.landing-info {
	text-align: center;
	padding:30px;
	background:hsl(0,0%,97%);
	margin-bottom:25px;
	border-top:5px double #991f1f;
}
.landing-info > * + * {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.landing {
		padding:0;
	}
}

.slick-arrow {
	position: absolute;
	top:50%;
	border:none;
	background:#FFF;
	width:50px;
	height:40px;
	transform: translate(0, -50%);
	z-index: 50;
}
.slick-prev {
	left:0;
}
.slick-next {
	right:0;
}

.artists {
	background:hsl(0,0%,95%);
}
.artists h4 {
	text-align: center;
	margin: 10px 0 25px 0;
}