.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;
}

@media screen and (min-width:769px){
	.title {
		position: absolute;
		display: inline-block;
		bottom: 120px;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.70);
		font-size:26px;	
		font-weight:bold;
		line-height:25px;
		color: rgba(0,0,0,1.00);	
		text-align: justify;
		padding:10px 25px;
		margin:0;
	}	
	
	.caption {
		position: absolute;
		display: block;
		height:100px;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.70);
		font-size:14px;	
		font-weight:100;
		color: rgba(0,0,0,1.00);	
		text-align: justify;
		padding:10px 25px 0 25px;
		margin:0;
	}
	
	.caption label{
		font-weight:bold;
	}
	
	
	.prev{
		position: absolute;
		top:250px;
		left:calc((100% - 1024px) / 2);
		padding: 0 15px;
		margin: 0;
		z-index:50;
	}
	
	.next{
		position: absolute;
		top:250px;
		right:calc((100% - 1024px) / 2);
		padding: 0 15px;
		margin: 0;
		z-index:50;
	}	
}
@media screen and (max-width:768px){
	
	.title {
		position: relative;
		display: inline-block;
		background: rgba(255,255,255,0.70);
		font-size:26px;	
		font-weight:bold;
		line-height:25px;
		color: rgba(0,0,0,1.00);	
		text-align: justify;
		padding:10px 25px;
		margin:0;
	}
	
	.caption {
		position: relative;
		display: block;
		font-size:14px;	
		font-weight:100;
		color: rgba(0,0,0,1.00);	
		text-align: justify;
		padding:10px 25px 0 25px;
		margin:0;
	}
	
	.caption label{
		font-weight:bold;
	}
	
	
	.prev{
		display:none;
		position: absolute;
		top:250px;
		left:calc((100% - 1024px) / 2);
		padding: 0 15px;
		margin: 0;
		z-index:50;
	}
	
	.next{
		display:none;
		position: absolute;
		top:250px;
		right:calc((100% - 1024px) / 2);
		padding: 0 15px;
		margin: 0;
		z-index:50;
	}
}

