.feast-name {
	margin-top: -28px;
	font-size: 17px;
    font-weight: 300;
}

.feast-icon img {
	width: 65px;
	height: 90px;
	margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
	bottom: -80px;
}
	
.slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots li button {
	width: 12px;
    height: 12px;
    border: 2px solid #e0e0e0;
}

.slick-dots button {
			display: block;
			/*width: 1rem;
			height: 1rem;*/
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: #999;
			
			text-indent: -9999px;
}
	
li.slick-active button {
	background-color: #111;
	border: 2px solid #111;
}
