.highlights-wrapper.image-grid {
	position: relative;
	overflow: hidden;
}
.highlights-wrapper.image-grid .highlights {
	position: relative;
	margin-bottom: 65px;
}
.highlights-wrapper.image-grid .highlights .highlights-slide picture img {
	object-fit: cover;
}
.highlights-wrapper.image-grid .highlights .highlights-slide .title {
	position: absolute;
	bottom: 0;
	left: 10px;
    font-family: 'open-sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 21px;
    text-transform: uppercase;
    text-align: left;
	color: #fff;
}
.highlights-wrapper.image-grid .highlights .highlights-slide.slide-large .title {
    font-size: 60px;
    line-height: 46px;
}
a.grid-outer.more-link {
	min-height: auto;
	margin: 65px auto;
	font-size: 24px;
	line-height: 24px;
}
@media only screen and (max-width: 40em) {
	h2.blog-title {
		margin-bottom: 12px;
		font-size: 26px;
		font-weight: 600;
	}

	.highlights-wrapper.image-grid .highlights .highlights-slide.slide-large .title {
		font-size: 32px;
		line-height: 25px;
	}
	.highlights-wrapper.image-grid .highlights .highlights-slide.slide-small .title {
		font-size: 18px;
		line-height: 20px;
		width: 100%;
		padding: 0 20px;
		left: 0;
		bottom: 0;
		transform: translateY(13%);
	}

	.highlights-wrapper.image-grid.blog .highlights .highlights-slide.slide-large:nth-child(1) .title {
		margin-left: 18px;
	}

	.highlights-wrapper.image-grid.blog .highlights .highlights-slide.slide-small:nth-last-child(-n+4) .title {
		top: 25%;
		text-align: center;
	}
}
