#mixedSlider {
  position: relative;
  width:1280px;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 32.33%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height:auto;
  white-space: normal;
  padding: 0 10px;
  background-color:#fff;
  margin:2% 1% 0% 0%;
  padding-bottom:80px;
}


@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 20px;
  top: 35%;
  color: #fff;
  transition: 0.15s linear;
  background-color:#000;
  border-radius:1000px;
  width:50px;
  height:50px;
  line-height:25px;
  text-align:center;
  border:5px solid #fff;
}
#mixedSlider .MS-controls button:hover {
 background-color:#555;
}

#mixedSlider .MS-controls .MS-left {
  left: -15px;
}

#mixedSlider .MS-controls .MS-right {
  right: -15px;
}

@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}