.cbp-qtrotator {
	position: relative;
	margin: 3em;
	display: inline-block;
	/*max-width: 800px;*/
	width: 85%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 170px;
	border-top: 1px solid #ffffff;
	/*border-bottom: 1px solid #ffffff;*/
	padding: 1.2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.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: #005d56;
	height: 2px;
	width: 0%;
	top: 0;
	left: 0;
	z-index: 1000;
}

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

.cbp-qtrotator div.blockquote p {
    font-size: 26px;
	font-family: 'SansaProLightItalic', 'corbel', 'sans-serif';
    color: #fff;
    font-weight: 300;
	font-style: italic;
	text-align: center;
    margin: 0.4em;
    line-height: 1.2;
}

.cbp-qtrotator div.blockquote .quote-name {
	margin-top: 1em;
	font-size: 1.2em;
}

.cbp-qtrotator div.blockquote .quote-name:before {
	content: '― ';
}

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

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

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

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

}
