.cbp-qtrotator {
	position: relative;
	margin: auto;
	width: 100%;
	padding:0;
}


.cbp-qtrotator footer {
    font-size:0.75em;
    color:#fff;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	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-qtrotator .cbp-qtcontent img {

}


/* Example for media query */
/*
@media screen and (min-width: 400px) {
    #cbp-qtrotator {
         display:block;
    }
}
*/
@media screen and (max-width: 400px) {
    #cbp-qtrotator {
         display:hidden;
    }
}
