.bean-slideshow .content {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .region-home-featured {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    width: 100%;
    height: auto;
  }
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination {
  bottom: -40px;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 768px) {
  .swiper-pagination {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #777;
  border: 2px solid white;
  opacity: 1;
  box-shadow(1px 1px 1px  @grey-light);
}

.swiper-pagination-bullet-active {
  background-color: #1e7d79;
}

.pause {
  background: url('../images/icon-pause.png') no-repeat center left;
  width: 16px;
  height: 20px;
  text-indent: -9000px;
  display: inline-block;
  position: absolute;
  outline: none;
}

.pause:focus {
  outline: none;
}

.paused {
  background: url('../images/icon-play.png') no-repeat top left;
}
