html {
  padding:0px;
  font-family: sans-serif;
}
html h1 {
  text-align: center;
}
html h2 {
  text-align: center;
  color: #390;
}
#exampleSlider2 {
  position: relative;
}
#exampleSlider2 .MS-content {
  margin:0px 0px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider2 .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
}


@media (max-width: 9215px) {
  #exampleSlider2 .MS-content .item {
    width: 31%;
	margin:5px 10px 0px 8px;
	padding:2px 0px 10px 0px;

  }
}

@media (max-width: 1200px) {
  #exampleSlider2 .MS-content .item {
    width: 31%;
	margin:5px 10px 0px 8px;
	padding:3px 0px 10px 2px;
  } 
  
 
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-content .item {
    width: 24%;
	margin:5px 10px 0px 0px;
	padding:3px 0px 10px 2px;
  }
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-content .item {
    width: 32%;
	padding:3px 0px 10px 2px;

  }

}

@media (max-width: 600px) {
  #exampleSlider2 .MS-content .item {
    width: 46%;
  }
}

@media (max-width: 400px) {
  #exampleSlider2 .MS-content .item {
    width: 46%;

}

}
@media (max-width: 350px) {
  #exampleSlider2 .MS-content .item {
    width: 46%;

  }
  
}

#exampleSlider2 .MS-content .item p {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding:10px 5px 10px 5px;
}
#exampleSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 20px;
  outline: 0;
  top:45%;
}


@media (max-width: 767px) {
  #exampleSlider2 .MS-controls button {
    display: none;
  }
}
#exampleSlider2 .MS-controls button:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  #exampleSlider2 .MS-controls button {
    display: none;
  }
}
#exampleSlider2 .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider2 .MS-controls .MS-left {
  left: 1px;
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider2 .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider2 .MS-controls .MS-right {
    right: -2px;
  }
}
