#exampleSlider {
  position: relative;
  border: none;
}
#exampleSlider .MS-content {
  margin: 0px 60px;/*16.66666%*/
  overflow: hidden;
  white-space: nowrap;
  border: none;
}
#exampleSlider .MS-content .item-content img {
  width: 100%;
  height: auto!important;
  display: block;
  border-radius: 20px;
}
@media (max-width:1440px) and (min-width:601px){
  #exampleSlider .MS-content {
    margin: 0px 60px;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content {
    margin: 0px 30px;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;/*450px*/
  overflow: hidden;
  position: relative;
  vertical-align:top;
  border: none;
  width: 49.99999%;/*33.33333%*/
  margin: 0;
  padding: 10px;
  /*display: flex; 
  flex-direction: column; 
  justify-content: space-between; height: 100%;*/
}
#exampleSlider .MS-content .item-content {
  height: 100%;
  background:#ffffff;
  padding: 20px 0px 0px 0px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item-content {
  padding: 20px 0px 0px 0px;
	
  }
}
#exampleSlider .MS-content .item-content img {
   width:100%;
}
#exampleSlider .MS-content .item-content p{
  overflow:hidden;
  white-space:normal;
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  outline: 0;
  top: 50%;/*50%*/
  margin-top:-0.5em;
  font-size:3em;
  color:#6d6d6d;
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 0px;/*14%*/
}
#exampleSlider .MS-controls .MS-right {
  right: 0px;/*14%*/
}
@media (max-width: 1440px) {
  #exampleSlider .MS-controls .MS-left {
    left: 20px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 20px;
  }
  #exampleSlider .MS-content .item {
    width: 49.99999%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content {
    margin: 0px 30px;
  }
  #exampleSlider .MS-content .item {
    width: 99.99999%;
  }
  #exampleSlider .MS-controls .MS-left {
    left: 5px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 5px;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content .item {
    width: 99.99999%;
  	padding: 5px;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-controls button {
	font-size:2.25em;
  }
  #exampleSlider .MS-controls .MS-left {
    left: 5px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 5px;
  }
}