#exampleSlider {
  position: relative;
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
  width: 50%;
}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 100%;
  }
}
#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 button {
  border: none;
  background:transparent;
  outline: 0;
  width:auto; float:right; text-align:right
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
  cursor: pointer;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
