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

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 100px;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

#cbp-qtrotator2 .cbp-qtcontent {
	padding: 0;
}

.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: #e1e1e1;
	height: 3px;
	width: 0%;
	bottom: 0;
	z-index: 1000;
}

#cbp-qtrotator2 .cbp-qtprogress {
	display: none;
}

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

.cbp-qtrotator blockquote p {
	font-size: 18px;
	line-height: 24px;
	color: #888;
	font-family: 'Roboto', sans-serif;
  	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: left;
	margin-right: 3em;
	max-height: 150px;
}

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

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

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


}
