/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  }

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

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

.rslides img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  border: 0;
  }
 
/**Mobile devices*/
@media only screen and (min-width: 767px) {
	.rslides {
		width: 100%;
	}
}
 
/*Large desktop, small desktop and portrait tablets*/	
@media only screen and (min-width: 768px) {
	.rslides {
		float: right;
		height: 225px;
		max-height: 225px; 
		width: 400px;
		max-width: 400px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
}	

/*Large desktop*/
@media only screen and (min-width: 1000px) {
	.rslides {
		float: right;
		height: 337.5px;
		max-height: 337.5px; 
		width: 600px;
		max-width: 600px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
}
