.exampleSlider {
  position: relative;
 
}
@media (max-width: 767px) {
  .exampleSlider {
    
  }
}
.exampleSlider .MS-content {
  /*margin: 15px 5%;*/
  overflow: hidden;
  white-space: nowrap;

}
/*@media (max-width: 767px) {
  .exampleSlider .MS-content {
    margin: 0;
  }
}*/
.exampleSlider .MS-content .item {
  display: inline-block;
  /*height: 100%;*/
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width:34%;
}


/*@media (max-width: 1200px) {
  .exampleSlider .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .exampleSlider .MS-content .item {
    width: 50%;
  }
}*/
/*.exampleSlider .MS-content .item p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}*/

.exampleSlider .MS-controls {
	
	text-align: left;
    padding-left: 30px;
	padding-top: 20px;
	margin:0px auto 20px;
}

.exampleSlider .MS-controls button {
	
  /*position: absolute;*/
    border: none;
    background: transparent;
    font-size: 20px;
    outline: 0;
    margin-top:40px;
    color: #faa79a;
	transition:0.7s;
}

.exampleSlider .MS-controls button:hover {
	
    background: transparent;
    color: #201e36;
	transition:0.7s;
}

/*@media (max-width: 767px) {
  .exampleSlider .MS-controls button {
    display: none;
  }
}
.exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  .exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
.exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  .exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}*/

@media only screen and (max-width: 1199px) {
	.exampleSlider .MS-content .item {
		
		width:51%;
	}
}

@media (max-width: 992px) {
  .exampleSlider .MS-content .item {
    width:51%;
  }
}

@media only screen and (max-width: 768px) {
	.exampleSlider .MS-content .item {
		
		width:100%;
	}
	.exampleSlider .MS-controls {
	
	text-align: center;
	margin:0px auto 20px;
	padding:0;
	}
}

@media only screen and (max-width: 430px) {
	.exampleSlider .MS-content .item {
		
		width:100%;
	}
	.exampleSlider .MS-controls {
	
	text-align: center;
	margin:0px auto 20px;
	padding:0;
	}
}

@media only screen and (max-width: 590px) {
	.exampleSlider .MS-content .item {
		
		width:100%;
	}
	.exampleSlider .MS-controls {
	
	text-align: center;
	margin:0px auto 20px;
	padding:0;
	}
}












