.mosaic-highlight .image-right {
	flex-direction: row-reverse;
}
.mosaic-highlight .flex {
	max-width: 800px;
	margin: 0 auto;
}
.mosaic-highlight .flex .left {
	width: 520px;
	height: 519px;
	object-fit: contain;
	object-position: center;
	margin: 0 11px 31px 0;
}
.mosaic-highlight .flex .right {
	width: 33%;
	height: 519px;
	display: table;
	padding: 0 0 0 40px;
}
.mosaic-highlight {
	border-top:1px solid #121212;
	border-bottom:1px solid #121212;
}
.mosaic-highlight .flex .right h2 {
	font-size: 50px;
	margin: 30px 0 30px 0;
}
.mosaic-highlight .flex .right h3 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "presicav";
	letter-spacing: 0;
}
.mosaic-highlight .flex .right h3 em {
	font-size: 27px;
	font-family: 'Medusa';
	text-transform: capitalize;
	font-style: inherit;
	font-weight: 100;
	display: block;
	margin: 6px 0 0;
}
.mosaic-highlight .flex .right a {
	text-decoration: none;
}
.mosaic-highlight .flex .right button {
	background: #1E1E1E;
	color: white;
	text-decoration: none;
	font-family: 'presicav';
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.06rem;
	padding: 18px 40px 18px 12px;
	margin: 47px 0 0;
	width: 91%;
	background-image: url(../../assets/icons/utility/white-arrow.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center right 64px;
	text-decoration: none;
}
.mosaic-highlight .flex .right button:hover {
	background: #FFFFFF;
	border:1px solid white;
	color: #1E1E1E;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center right 64px;
	text-decoration: none;
}
@media all and (max-width:1080px) {
	.mosaic-highlight .flex {
		max-width: 700px;
		margin: 0 auto;
	}
	.mosaic-highlight .flex .right {
		padding: 0 0 0 0px;
	}
	.mosaic-highlight .flex .left {
		width:415px;
	}
}
@media all and (max-width: 768px) {
	.mosaic-highlight .flex {
		max-width: 500px;
		flex-direction: column-reverse;
	} 
	.mosaic-highlight .flex .right {
		padding: 0 0 0 0px;
		width: 100%;
		height: auto;
	}
	.mosaic-highlight .flex .right button {
		width:200px;
	}
	.mosaic-highlight .flex .left {
		width: 100%;
		margin: -47px 0 0 0;
		padding: 0 40px 0 0;
	}
}
@media all and (max-width:520px) {
	.mosaic-highlight .flex {
		max-width: 90%;
		flex-direction: column-reverse;
	}
	.mosaic-highlight .flex .right h2 {
		font-size: 35px;
		margin: 60px 0 0px 0;
	}
	.mosaic-highlight .flex .right h3 em {
		font-size: 25px;
		display: block;
		margin: 9px 0 0;
	}
	.mosaic-highlight .flex .right button {
		width: 187px;
		margin: 35px 0 0;
		padding: 14px 40px 14px 12px;
	}
}
@media all and (max-width:440px) {
	.mosaic-highlight .flex {
		overflow: hidden;
	}
	.mosaic-highlight .flex .left {
		width: 170%;
		margin: -65px 0 0 -19px;
		padding: 0;
	}
}