#mixedSlider4 {
  position: relative;
  max-width:1280px;
}
#mixedSlider4 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin:0px;
  width:100%;
}
#mixedSlider4 .MS-content .item {
  display: inline-block;
  width: 23%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: auto;
  white-space: normal;
  border-right:0px;
  margin:1%;
}


@media (max-width: 991px) {
  #mixedSlider4 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider4 .MS-content .item {
    width: 100%;
  }
}


.MS-controls {
  position: absolute;
  width: 100%;
  bottom: 43%;
}

#mixedSlider4 .MS-controls .MS-left {
  margin-left: -25px;
  border:0px;
  background-color:transparent;
  float:left;
  cursor:pointer;
}

#mixedSlider4 .MS-controls .MS-right {
  margin-right:-25px;
  border:0px;
  background-color:transparent;
  float:right;
  cursor:pointer;
}



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

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  width:100%;
  max-width:1280px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 33.3%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}