.slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: auto;
	background-color: black;
}
  
.caption {
	margin: auto;
	width: 100%;
	display: table;
	min-height: 60px;
	font-size: 14px;
	line-height: 18px;
}

.slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;
}

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

.slider li .slider_image {
	float: left;
	width: 100%;
	height: 800px;
	opacity: 0.4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* Bullets */
.rslides_tabs {
	float: left;
	position: absolute;
	z-index: 999;
	font-size: 0px;
	list-style: none;
	margin: 12px auto 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	width: 100%;
	margin-top: -40px;
}

.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}

.rslides_tabs a {
	width: auto;
	line-height: 0;
	padding: 6px 6px;
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
	border-radius: 50%;
	background: transparent;
	display: inline;
	background-color: rgba(255, 255, 255, 0.3);
}

.rslides_tabs .rslides_here a {
	background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 900px) {
	.slider li .slider_image {
		height: 750px;
	}
}

@media only screen and (max-width: 767px) {	
	.slider_white li .slider_image {
		height: 350px;
	}
	.slider li .slider_image {
		height: 700px;
	}
}

@media only screen and (max-width: 479px) {
	.slider li .slider_image {
		height: 750px;
	}
}