.quote_box {
	position: relative;
}
.quote_box .slide {
	background-color: white;
}

.quote .inner {
	margin-left: 55px;
	padding-right: 30px;
}
.quote {
	border-radius: 5px;
}

.quote h1 {
	font: 600 130px 'montserrat', sans-serif;
	margin-left: -7px;
}

.quote h4 {
	font: 600 30px 'montserrat', sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.3em;
	margin-top: -80px;
	margin-bottom: 10px;
}

.quote p {
	font: 600 20px 'itc-officina-sans-pro', sans-serif;
	letter-spacing: 1px;
}
.quote .quote-splash {
	position: absolute;
	z-index: -1;
	bottom: -75px;
}

@media screen and (max-width: 640px) {
	.quote h1 {
		font-size: 70px;
		margin-bottom: 40px !important; 
	}

	.quote h4 {
		font-size: 18px;
		padding-top: 12px;
	}

	.quote p {
		font-size: 14px;
		padding-top: 0;
	}
	.quote .quote-splash {
		bottom: -17px;
		left: 0px;
		width: 100%;
		height: 225px;
	}
	.quote .quote-splash img {
		width: 100%;
		height: 250px;
	}
	.quote_box .slide {
		margin: 15px 15px;
		padding: 0px 15px;
		border-radius: 5px;
	}
	.quote .inner {
		margin: 0 auto;
		padding: 0 15px 20px 15px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1348px) {
	.quote {
	    margin: 15px;
	}
	.quote .inner {
		margin-left: 0;
		padding: 0 15px 15px;
	}
	.quote_box .slide {
		border-radius: 5px;
		margin: 0 15px;
	}
	.quote .quote-splash {
		bottom: -47px;
		left: -10px;
		width: 102%;
	}
	.quote .quote-splash img {
		width: 100%;
		height:300px;
	}

}
@media screen and (min-width: 1348px) {
	.quote .inner {
		width: 300px;
		z-index: 2;
	}

	.slideshow_container .quote_box .slide {
		position: absolute;
		bottom: -40px;
		right: 10px;
		border-radius: 5px;
	}
}