.ux_background_full {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
}
.ux_citation_holder {
    position:relative;
    margin-bottom:70px;
	padding:80px 0 140px 40%;
	background-color:#cfc8b8;
}
.ux_background_color {
    background-color:#cfc8b8;
}
.ux_citation_holder .citation {
    position:relative;
	line-height:30px;
	font-size:21px;
	font-weight:400;
	color:#fff;
}
.ux_citation_holder .citation:before {
	content:'”'; 
	position:absolute;
	left:0;
	top:0;
	line-height:180px;
	font-size:180px;
	font-weight:800;
	color:#1E2227;
	font-style:normal;
	opacity:0.05;
	transform:translate(-50%,-20%);
}
.ux_citation_holder .name {
    position: relative;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	margin-top:20px;
}
.ux_citation_holder .avatar {
	position:absolute;
	left:0;
	top:0;
	width:40%;
	height:100%;
    background-image:url('../images/avatar-baringer.png');
	background-size:auto 80% !important;
	background-position:center bottom !important;
	background-repeat:no-repeat !important;
}
.ux_wave_1_bottom_light {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100px;
	background:url('../images/wave-light.png') center center no-repeat !important;
	background-size:cover !important;
}

@media screen and (max-width: 800px) {
	.ux_citation_holder {
		padding:60px 20px 300px 20px;
		margin-bottom:-75px;
	}
	.ux_citation_holder .citation {
		line-height:28px;
		font-size:19px;
		font-weight:400;
		font-style:italic;
		text-align:center;
	}
	.ux_citation_holder .citation:before {
		content:'”';
		position:absolute;
		left:0;
		top:0;
		line-height:120px;
		font-size:120px;
		font-weight:800;
		font-style:normal;
		color:#1E2227;
		opacity:0.05;
		transform:translate(-20%,-20%);
	}
	.ux_citation_holder .citation, .ux_citation_holder .name, .ux_citation_holder .description {
		text-align:center;
	}
	.ux_citation_holder .avatar {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background-size:auto 280px !important;
		background-position:center bottom !important;
		background-repeat:no-repeat !important;
	}
}