.mixedSlider {
  position: relative;
  margin-bottom: 30px;
}

.mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
}

.mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.33%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  /* padding: 0 10px; */
}

@media (max-width: 991px) {
  .mixedSlider .MS-content .item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .mixedSlider .MS-content .item {
    width: 100%;
  }
}

#mixedSliderTips .MS-content .item .img-responsive {
  width: 100%;
  height: auto;
}

.mixedSlider .MS-content .item .imgTitle {
  position: relative;
}

.mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}

.mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

.mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}

.mixedSlider .MS-content .item a {
  float: right;
  margin: 0 10px 0 10px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  transition: linear 0.1s;
  text-decoration: none;
  color: black;
}

.mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}

.mixedSlider .MS-controls button {
  /* position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;*/
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}

.cluster-home .fa-angle-left {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 25%;
}

.cluster-home .fa-angle-right {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 25%;
}

.cluster-home .fa-angle-left, .cluster-home .fa-angle-right {
  text-align: center;
}

.cluster-home .fa-angle-left::before, .cluster-home .fa-angle-right::before {
  font-size: 45px;
}

.cluster-home .slick-slide {
  margin: 0 10px;
}

.cluster-home a {
  text-decoration: none;
}

@media (max-width: 992px) {
  .mixedSlider .MS-controls button {
    /* font-size: 30px;*/
  }
}

@media (max-width: 767px) {
  .mixedSlider .MS-controls button {
    /* font-size: 20px;*/
  }
}

.mixedSlider .MS-controls .MS-left {
  left: 10px;
}

@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-left {
    left: 10px;
  }
}

.mixedSlider .MS-controls .MS-right {
  right: 10px;
}

@media (max-width: 767px) {
  .mixedSlider .MS-controls .MS-right {
    right: 10px;
  }
}

@media screen and (max-width:480px) {
  .mixedSlider .MS-controls button {
    top: 45%;
  }
  .mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
  }
  .cluster-home .fa-angle-left, .fa-angle-right, .MS-left .fa-angle-left {
    width: 26px;
    height: 26px;
  }
  .cluster-home .fa-angle-left::before, .fa-angle-right::before, .MS-left .fa-angle-left::before {
    width: 26px !important;
    height: 26px !important;
    font-size: 22px !important;
  }
}
