/*! 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;
	background: no-repeat center;
	background-size: cover;
  }

.rslides li .holderImg{
  width: 100%;
  display: block;
	height: 0px;
	padding-bottom: 55%;
	float: left;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
#slider3 img {
  display: inline;
  height: auto;
  float: none;
  width: auto;
  border: 0;
}

@media screen and (max-width: 640px) {
	.rslides li .holderImg{
	padding-bottom: 90%;
}
}