
#exampleSlider {
  position: relative;
}
#exampleSlider .MS-content {
  margin: 15px 5px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  position: relative;
  border-right: none;
  width: 32%;
  margin-right: 1%;
  overflow:visible
}
#exampleSlider .MS-content .item{
  margin-right: .5%;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 100%;
  }
}
#exampleSlider .MS-controls {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 100%;
  left:45%;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
