/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
  /*position: relative;*/
  position: absolute;
  top:5%; left:0;
  z-index:-999;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: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;
  margin: 0 auto;
  height: auto;
  /*float: left;*/
  max-width: 100%;/**/
  border: 0;
  }
@media (max-width:1199px) {
	.rslides{top:20%;/*130px;*/}
}
@media (max-width:768px) {
	.rslides{top:60px;}
}