.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;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	float: left;
	border: 0;
}
.callbacks_container {
	position: relative;
	max-width:700px;
	margin: 0 auto;
	padding: 0;
}
.callbacks_nav {
	background-color:#ff6600;
	width:45px;
	height:45px;
	position: absolute;
	bottom:50px;
	right: 100px;
	z-index: 3;
	text-indent: -9999px;
	background-image:url(../images/prev.png);
	border-radius: 25px;
	
}
.callbacks_nav.next {
	background-color:#138708;
	right: 50px;
	background-image:url(../images/next.png);
	background-position:45px 0;
}
.callbacks_nav:active, .callbacks_nav:hover{
	background-color:#fff;
	background-position:45px 0;
}
.callbacks_nav.next:active, .callbacks_nav.next:hover{
	background-position:0 0;
}
.callbacks_nav:focus {
	outline: none;
}
.slideheight{height:100%; width:100%; max-width:100%;}
.slide{
	height:100%;
	background-size:cover;
	background-position:center;
}
.slidetitlebg{
	position: absolute;
	width:100%;
	height: 250px;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.slidetextleft{
	position: absolute;
	left: 90px;
	bottom: 75px;
	width: 70%;
	color: #fff;
	font-size: 36px;
	font-weight: 100;
}
@media screen and (max-width: 1000px) {
	.callbacks_nav {
		bottom:20px;
		right: 70px;
	}
	.callbacks_nav.next {
		right: 20px;
	}
	.slidetextleft{
		left: 20px;
		bottom: 80px;
		width: 90%;
		font-size: 27px;

	}
}
@media screen and (max-width: 500px) {
	.callbacks_nav {
		bottom:10px;
		right: 60px;
	}
	.callbacks_nav.next {
		right: 10px;
	}
}