/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	max-height: 500px;
}

/* all panels inside the slider; horizontal mode */
.rslides .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.rslides .vertical .panel { float: none; }
.rslides .panel .entry-title {
	position: absolute;
	height: 100%;
	padding: 1em;
	z-index: 1000;
	/*opacity: 0.9;  */
	font-size: 2vw;
	line-height: 1.5em;
	max-width: 25%;
	margin-top: 18px;
}
.rslides .panel h3::first-letter { font-size: 150%; }
