#exampleSlider {
  position: relative;
  border: none;
}
#exampleSlider .MS-content {
  margin: 30px;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  vertical-align:top;
  width: 19.99999%;
  margin: 0;
  padding: 15px;
  white-space:normal;
}

@media (max-width: 1440px) {
  #exampleSlider .MS-content .item {
    width: 24.99999%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content {
    margin: 0px 30px;
  }
  #exampleSlider .MS-content .item {
    width: 33.33333%;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content .item {
    width: 99.99999%;
  	padding: 5px;
  }
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  outline: 0;
  top: 50%;
  margin-top:-0.5em;
  font-size:2.25em;
  color:#000000;
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: -30px;
}
#exampleSlider .MS-controls .MS-right {
  right: -30px;
}
@media (max-width: 992px) {
	#exampleSlider .MS-controls .MS-left {
	  left: 5px;
	}
	#exampleSlider .MS-controls .MS-right {
	  right: 5px;
	}
}
