
#exampleSlider {
  position: relative;
  margin-top:100px;
  margin-bottom:100px;
  margin-left:-250px;
}

#exampleSlider .MS-content {
  overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  white-space:initial;
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 85px;
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 310px;
}

#exampleSlider .MS-controls .MS-right {
  right: 100px;
}

@media (max-width:640px){
  #exampleSlider {
    margin-left:0;
    margin-top:10px;
    margin-bottom:10px;
  }

  #exampleSlider .MS-controls .MS-right {
    right: 20px;
  }

  #exampleSlider .MS-controls .MS-left {
    left: 20px;
  }
}

/*
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}

@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}

@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
*/
