
/* BEGIN HOMEPAGE QUOTE SWW 2021-07-20 */

.quote-homepage {
	height: 350px;
	/* overflow: hidden; */
	position: relative;
	background: transparent;
	color: white;
	border: 0px solid;
}
.quote-homepage p {
	position: absolute;
	width:100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	font-style:italic;
}

@media (min-width: 1024px){
	.quote-homepage p {
	font-size: 2.4em;
	}
}

@media screen and (max-width: 1024px) {
	.quote-homepage p {
	font-size: 1.6em;
	}
}

@media screen and (max-width: 768px) {
.quote-homepage {
	height: 200px;
	/* overflow: hidden; */
	position: relative;
	background: transparent;
	color: white;
	border: 0px solid;
}
	.quote-homepage p {
	font-size: 1.6em;
	font-weight:600;
	}
}

@media screen and (max-width: 480px) {
.quote-homepage {
	height: 350px;
	/* overflow: hidden; */
	position: relative;
	background: transparent;
	color: white;
	border: 0px solid;
}
	.quote-homepage p {
	font-size: 1.25em;
	line-height: 40px;
	font-weight:600;
	}
}

@media screen and (max-width: 375px) {
	.quote-homepage p {
	font-size: 1.2em;
	line-height: 30px;
	font-weight:600;
	}
}

/* END HOMEPAGE QUOTE SWW 2021-07-20 */