.home-featured-images {
	padding: 1.1em;
	overflow: auto;
	background-color: hsl(52, 100%, 98%);
	border-bottom: 1px solid #eee;
	font-size: 1rem;
}
.breadcrumb + .home-featured-images {
	border-top: 1px solid #eee;
}

.home-featured-images * {
	box-sizing: border-box;
}

.feat-image { 
    margin: 10px 0;
    overflow: auto;
    position: relative;
}

a.image-container {
	display: block;
	margin: 0 20px 10px 0;
	float: left;
	width: 100px;
	height: 66px;
	background-size: cover;
	}

.feat-text {
	float: left;
}

.feat-title { 
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 .2em 0;
}

.feat-excerpt {
	line-height: 1.3em;
	display: none;
	font-weight: 400;
	color: #333;
	margin-top: .4em;
}

.feature-manage-links a {
	margin: 0 6px;
}
.feature-manage-links a:hover {
	text-decoration: underline;
}

.featured-edit-link {
	position: absolute;
	top: 1em;
	right: 1em;
	background: hsla(0,0%,100%,.7);
	text-decoration: underline;
	padding: 6px;
}
.featured-edit-link:hover {
	border-bottom: 0;
	background: #fff;
}

/**************************************/
@media (min-width:480px){

	.feat-excerpt {
		display: block;
	}

}/**************************************/
@media (min-width:800px){
	a.image-container {
		width: 140px;
		height: 94px;
	}
	.feat-title {
		font-size: 1.1em;
	}
}/**************************************/
@media (min-width:1024px){

	.feat-image {
		width: 33.33%;
		float: left;
		margin: 0;
		padding: 10px 1% 20px;
	}
	.feat-image:first-of-type {
		padding-right: 1%;
		padding-left: 0;
	}
	.feat-image:last-of-type {
		padding-right: 0;
		padding-left: 1%;
	}

	a.image-container {
		width: 100%;
		height: 200px;
		margin: 0 0 10px 0;
	}

	.feat-title {
		padding-top: 4px;
		font-size: 1.2em;
	}

	.home-featured-images h6 {
		display: none;
	}

}/**************************************/
@media (min-width:1200px){
}/**************************************/
@media (min-width:1400px){

	a.image-container {
		height: 265px;
	}

}