.cbp-qtrotator {
position: relative;
display: table;
width: 100%;
	}

	.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 1px dashed rgba(0,0,0,0.30);
	border-bottom: 1px dashed rgba(0,0,0,0.30);
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
	text-align: center;
	}

.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;
	left: 0;
	z-index: 1000;
}

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

.cbp-qtrotator blockquote p {
	line-height: 1.2em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: regular;
	font-style: italic;
	font-size: 22px;
	color: #253f55;
}

.cbp-qtrotator blockquote span {
	clear: both;
	display: block;
	margin: auto;
	text-align: center!important;
	color: #253f55;
	}


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

.cbp-qtrotator .cbp-qtcontent img {
	display: block;
	margin: 18px auto 10px;
	text-align: center!important;
}


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

	.cbp-qtrotator blockquote p {
	text-align: center;
	}

}