@charset "UTF-8";
/* Quotes Carousel with Image block CSS Document */

.quotes-carousel{margin-left:-36px !important;margin-right:-36px !important;overflow:hidden;}
	.qcarousel{height:260px;}
	.qcarousel-inner, .media{display:flex;align-items:center;height:100%;}

.media q{font-size:1.25em;}
.media p{font-size:1em;}

.media .dhide{display: inline-block;}

.frosted{
	background-color: rgb(177 177 177 / 40%);
    backdrop-filter: blur(5px);
	transition: all 0.5s ease;
}
.frosted:hover{
	background-color: rgb(177 177 177 / 20%);
    backdrop-filter: blur(0px);
}

.vcenter{
	height: 100%;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
	color:#ffffff !important;
	line-height:1.5em;
	margin:2% 3%;
}
	
	@media screen and (min-width:768px){
		.quotes-carousel{margin-left:0 !important;margin-right:0 !important;}
		.qcarousel{height:320px;}
		.media q{font-size:2em;}
		.media p{font-size:1.25em;}
		.media .dhide{display: none;}
		.vcenter{line-height:2em;}
	}
	
	@media screen and (min-width:992px){
		.qcarousel{height:400px;}
	}
