


.wrap{
	width: 100%;        
	margin:0 auto;
	margin-bottom:30px;
}
.image-slider {
	border-bottom: 0px solid #1A1822;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0em;

box-shadow: 3px 10px 10px -5px rgba(0,0,0,0.6);
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  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;
	border: 0px solid #333;
	width: 100%;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.rslides p{
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #2B2937;
	padding: 0%;
	color: #9095AA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	bottom: 0;
	background: rgba(43, 41, 55, 0.67);
}
.rslides p span{
	font-size: 1.2em;
	color: #FFF;
	display: block;
}

iframe {
width:100%;
height:400px;
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.rslides p {
		font-size: 0.8em;
	}

iframe {
width:100%;
height:110px;
box-shadow: 0 0 5px rgba(107, 110, 112, 0.4); 
}

}