#exampleSlider {
  position: relative;
  border: none;
}
#exampleSlider .MS-content {
  margin: 0px 16.66666%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}
@media (max-width:1440px) and (min-width:601px){
  #exampleSlider .MS-content {
    margin: 0px 60px;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content {
    margin: 0px 40px;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align:top;
  border: none;
  /*width: 33.33333%;*/
  width: auto;
  margin: 0;
  padding: 10px;
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  outline: 0;
  top: 50%;
  margin-top:-0.5em;
  font-size:2em;
  color:#000000;
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 14%;
}
#exampleSlider .MS-controls .MS-right {
  right: 14%;
}

@media (max-width: 1441px) {
  #exampleSlider .MS-controls .MS-left {
    left: 10px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 10px;
  }
@media (max-width: 600px) {
  #exampleSlider .MS-controls .MS-left {
    left: 0px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 0px;
  }
}
