#exampleSlider {
  position: relative;
  /*border: 1px solid black;*/
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}
#exampleSlider .MS-content {
  margin: 6px;
  overflow: hidden;
  white-space: nowrap;
  /*border: 1px solid red;*/
}
@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
@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%;
  }
}
#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 {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
	top: 45%;
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
	top:45%;
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}


/*--------------------------------------------------*/




#exampleSlider2 {
  position: relative;
  /*border: 1px solid black;*/
}
@media (max-width: 767px) {
  #exampleSlider2 {
    border-color: transparent;
  }
}
#exampleSlider2 .MS-content2 {
  margin: 6px;
  overflow: hidden;
  white-space: nowrap;
  /*border: 1px solid red;*/
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-content2 {
    margin: 0;
  }
}
#exampleSlider2 .MS-content2 .item2 {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
@media (max-width: 1200px) {
  #exampleSlider2 .MS-content2 .item2 {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-content2 .item2 {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-content2 .item2 {
    width: 50%;
  }
}
#exampleSlider2 .MS-content2 .item2 p {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
}
#exampleSlider2 .MS-controls2 button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-controls2 button {
    display: none;
  }
}
#exampleSlider2 .MS-controls2 button:hover {
  cursor: pointer;
}
#exampleSlider2 .MS-controls2 .MS-left2 {
	top: 45%;
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-controls2 .MS-left2 {
    left: -2px;
  }
}
#exampleSlider2 .MS-controls2 .MS-right2 {
	top:45%;
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-controls2 .MS-right2 {
    right: -2px;
  }
}

