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

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 1px solid #f4f4f4;
	padding: 0.5em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 80%;
	padding-left: 18%;
	background: #f5f5f5 url('fn_opt.png') no-repeat 12px 12px;
	max-height: 120px;
	min-height: 111px;
	padding-right: 2%;
}

.cbp-qtrotator .cbp-qtcontent-clients {
	position: absolute;
	border-top: 1px solid #f4f4f4;
	padding: 0.5em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 80%;
	padding-left: 18%;
	background: #f5f5f5 url('clients_opt.png') no-repeat 12px 12px;
	max-height: 120px;
	min-height: 111px;
	padding-right: 2%;
}

#feedback2 .cbp-qtrotator .cbp-qtcontent{
	max-height: 575px;
	min-height: 111px;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.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:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

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

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 1.4em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
