#exampleSlider {
  position: relative;
  border: none;
}
#exampleSlider .MS-content {
  margin: 0px 60px;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;/*middle*/
  width: 33.33333%;
  margin: 0;
  padding: 0px 40px;
}
#exampleSlider .MS-content .item img {
  width:100%;
  -webkit-filter: brightness(100%);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#exampleSlider .MS-content .item img:hover {
  -webkit-filter: brightness(70%);
  transition:all 1s ease;
}
@media (max-width: 1440px) {
  #exampleSlider .MS-content .item {
    width: 33.33333%;
  	padding: 0px 30px;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content {
    margin: 0px 30px;
  }
  #exampleSlider .MS-content .item {
    width: 49.99999%;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content .item {
    width: 99.99999%;
  	padding: 5px;
  }
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  outline: 0;
  top: 50%;
  margin-top:-0.5em;
  /*font-size:2.25em;*/
  font-weight: bold;
  font-size: 3em;
  color:#ffffff;
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 0px; /*20px*/
}
#exampleSlider .MS-controls .MS-right {
  right: 0px; /*20px*/
}
@media (max-width: 992px) {
	#exampleSlider .MS-controls .MS-left {
	  left: 0px;
	}
	#exampleSlider .MS-controls .MS-right {
	  right: 0px;
	}
}
@media (max-width: 1440px) {
	#exampleSlider .MS-controls .MS-left {
	  left: 0px;
	}
	#exampleSlider .MS-controls .MS-right {
	  right: 0px;
	}
}
