#mixedSlider {
  position: relative;
  width:100%;
  margin-top:20px;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin:0;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height:auto;
  white-space: normal;
  padding: 0;
  margin-right:20px;
  margin-bottom:70px;
}


@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
@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;
  bottom: 0%;
  color: #fff;
  transition: 0.15s linear;
  background-color:#000;
  width:60px;
  height:60px;
  line-height:25px;
  text-align:center;
}
#mixedSlider .MS-controls button:hover {
 background-color:#555;
}

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

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

@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;
  }
}