.swiper-container {
  width: 1145px;
  height: 475px;	
  color: #fff;
  text-align: left;
  margin: auto;
}

.swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  background-color: white;
}

.swiper-slide .slidertext {
	background: #0097d3;
	opacity: 0.9;	
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding: 15px 20px;
}

.slidertext {
	cursor: pointer;
}

.pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
    text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,.swiper-pagination-fraction {
	left: inherit;
    padding-right:  15px;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-right: 5px;
  opacity: 0.9;
  border: 0;
  cursor: pointer;
  background: white;
}

.swiper-pagination-bullet-active {
  background: #0097d3;
}

.swiper-active-switch {
  background: #0097d3; 
}

@media only screen and (max-width: 1200px) {
	
	.swiper-container {
		width: 100%;
		height: 350px;
	}
		
}

@media only screen and (max-width: 1100px) { 
	
	.swiper-container {
	  	height: 300px;
	}
	
	.pagination {
		display: none;
	}
	
}

@media only screen and (max-width: 650px) {

	.swiper-container {
		height: 200px;
	}

}