.cbp-qtrotator {
	position: relative;
	/* margin: 3em auto 5em auto; */
	max-width: 100%;
	width: 100%;
	/* min-height: 400px; */
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 8px solid #7b7b7b;
	padding: 8px;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}



.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}



.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	left: 0px;
	background: #ff5c39;
	height: 8px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
	padding-left: 80px;
	padding-right: 80px;
}


.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
	color: #eeeeee;
	font-size: 14px;
	padding-top: 12px;
}



.cbp-qtrotator .cbp-qtcontent img {
	position: absolute;
	right: 0px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #ff5c39;
}





@media screen and (max-width: 540px) {



.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-right: 80px;
    text-align: left;
}


}