.masonry,
.masonry .img-cont {
	position: relative;
}

.masonry .slide {
	margin-bottom: 17px;
}

.masonry .slide.first {
	position: relative;
}

.masonry .slide.first .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}

.masonry .img-cont img {
	display: block;
	width: 100%;
}
.masonry h4, .masonry h4 a {
	color: #fff;
	font: 800 24px "Gotham A", "Gotham B";
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 0;
}
.masonry .slide.first .content-section {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
}

.masonry .slide.second .content-section {
	background-color: #0FACBD;
	padding: 23px 20px 10px 20px;
}
.masonry .content-section p {
	color: #fff;
	font: 400 18px "Gotham A", "Gotham B";
	line-height: 1.4em;
	margin-bottom: 10px;
}

.masonry .slide .read-more {
	font: 800 18px "Gotham A", "Gotham B";
	white-space: nowrap;
}
.masonry .slide.first .read-more {
	color: #90A74D;
}

.masonry .slide.second .read-more {
	color: #fff;
}

.masonry .read-more img {
		width: 33px;
		height: 15px;
		margin-bottom: 3px;
		margin-left: 5px;
}

.masonry .read-more img.hover {
		display: none;
}

@media (min-width: 640px) {
	.panel-two-col .masonry {
	margin-bottom: 0;
	}
}

@media (min-width: 1186px) {
	.masonry {
	max-width: 1166px;
		margin: 0 auto;
	}
	.masonry .cols {
	display: flex;
	flex-wrap: wrap;
	}
	.masonry .cols .slide {
	width: calc(50% - 10px);
	}

	.masonry .slide.first {
		margin-right: 10px;
	}

	.masonry .slide.second {
		margin-left: 10px;
	}

	.masonry .slide.first .content-section {
		bottom: 3px;
	}

	.masonry .slide.second .content-section {
		padding: 30px 35px 22px 35px;
	}

	.masonry h4 {
		margin-bottom: 2px;
	}

	.masonry .slide.second .img-cont {
			margin-bottom: 20px;
	}

	.masonry .read-more:hover img.hover {
			display: inline-block;
	}

	.masonry .read-more:hover img.no-hover {
			display: none;
	}
}
