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

.rslides {
  position: relative;
 top:60px;
  list-style: none;
  overflow: hidden;
 width: 100%;
height:auto;
  padding: 0;
  margin: auto;
  border-bottom-style: solid;
border-bottom-color: #9A0000;
	border-bottom-width: thin;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
    min-height: 500px;
  left: 0;
  top: 0;
  }

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

.rslides img {
 object-fit: contain;
  display: block;
min-height:100%;
  float: left;
  width: 100%;
  border: 0;
  }
@media screen and (max-width:980px) {

.rslides img {
		min-height: 500px;
object-fit: cover;
    }