.mosaic {
	margin-bottom: 40px;
	padding-top: 40px;
}

.mosaic .slide {
	margin-bottom:	10px;
}

.mosaic .slide .inner,
.mosaic .slide .img-cont {
	position: relative;
	height: 100%;
}

.mosaic .img-cont .shared-play-button {
	top: 30px;
	right: 30px;
	left: auto;
    transform: none;
}

.mosaic .img-cont::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.mosaic .img-cont .img {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mosaic .slide.num-1 .img-cont .img {
	height: 560px;
}

.mosaic .slide.num-2 .img-cont .img {
	height: 320px;
}

.mosaic .slide.num-3 .img-cont .img,
.mosaic .slide.num-4 .img-cont .img {
	height: 230px;
}

.mosaic .content-section {
	font-family: 'Suez One', sans-serif;
	font-size: 25px;
	bottom: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 30px 60px 30px 30px;
	box-sizing: border-box;
}

.mosaic .content-section h4,
.mosaic .content-section h4 a {
	font-family: 'Suez One', sans-serif;
	color: #fff;
	font-weight: 200;
	transition: opacity .1s;
    font-style: normal;
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 10px;
	text-align: left;
}

.mosaic h4 a:hover {
	color: #fff;
}

.mosaic .content-section p {
	color: #fff;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 30px;
}

.mosaic .slide.num-2 .content-section p,
.mosaic .slide.num-3 .content-section p,
.mosaic .slide.num-4 .content-section p {
	display: none;
}

.mosaic .content-section .read-more {
	padding: 6px 18px 7px;
    border-radius: 30px;
    background-color: #e9bf60;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
	font-family: 'Fa solid 900', sans-serif;
	font-size: 13px;
    line-height: 1em;
    font-weight: 400;
	text-shadow: none;
	border: 2px solid #e9bf60;
    background-color: transparent;
    color: #fff;
}

.mosaic .content-section .read-more:hover {
    background-color: #e9bf60;
    color: #0c2641;
}

.mosaic .cols .slide:nth-child(4) {
	margin-bottom: 0;
}

@media (min-width: 64em) {
	.mosaic {
		margin-bottom: 80px;
	}

	.mosaic .slide {
		margin-bottom: 0;
	}

	.mosaic .cols {
		display: grid; 
		grid-template-columns: 1.62fr .8fr 2.33fr;
		grid-template-rows: 56% auto;
		column-gap: 10px;
		row-gap: 10px;
		display: -ms-grid;
		-ms-grid-columns: 1.62fr 10px .8fr 10px 2.33fr; 
		-ms-grid-rows: 56% 10px auto;
	}

	.mosaic .cols .slide:nth-child(1) {
		grid-column: 3 / span 1;
		grid-row: 1 / span 2;
		-ms-grid-column: 5;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}

	.mosaic .cols .slide:nth-child(2) {
		grid-column: 1 / span 2;
		grid-row: 1 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
	}

	.mosaic .cols .slide:nth-child(3) {
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
	}

	.mosaic .cols .slide:nth-child(4) {
		grid-column: 2 / span 1;
		grid-row: 2 / span 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
	}

	.mosaic .slide.num-1 .img-cont .img {
		height: 60vh;
		min-height: 470px;
	}

	.mosaic .slide.num-2 .img-cont .img,
	.mosaic .slide.num-3 .img-cont .img,
	.mosaic .slide.num-4 .img-cont .img {
		height: 100%;
	}

	.mosaic .content-section {
		width: 95%;
		padding: 30px;
	}

	.mosaic .cols .slide:nth-child(1) .content-section h4,
	.mosaic .cols .slide:nth-child(1) .content-section h4 a {
		font-size: 30px;
	}

	.mosaic .content-section p {
		margin-bottom: 15px;
	}
}