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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;  
  max-height: 520px;
  min-height: 520px;
  /*border: 1px solid;*/
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: relative;
  display: none;
  width: 100%;
  margin: auto;
  /*left: 0;*/
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  /*float: left;*/
  }

.rslides img {
  display: block;
  height: auto;
  /*float: left;*/
  /*width: 100%;  */
  max-height: 520px;
  min-height: 520px;
  border: 0;
  text-align: center;
  }

#home {
  background-image: url('../images/11.JPG');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 60px;
}