#unidebSlideshow {
  margin-bottom: 40px;
  line-height: 0;
}

#unidebSlideshow .carousel-inner {
  padding-top: 28.125%;
}

#unidebSlideshow .carousel-inner .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#unidebSlideshow img,
#unidebSlideshow video {
  height: 100%;
  object-fit: cover;
}

#unidebSlideshow .player .unideb-video-play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100px;
  background-image: url(../images/play_100x100px.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
  transition: width, height, .3s;
  -webkit-transition: width, height, .3s;
}

#unidebSlideshow .player .unideb-video-play-button:hover {
  cursor: pointer;
  opacity: 1.0;
  background-size: 110px;
}

#unidebSlideshow .player .unideb-video-play-button.playing {
  opacity: 0;
  background-size: 200px;
}

#unidebSlideshow .carousel-control {
  cursor: pointer;
  font-size: 80px;
  line-height: 80px;
  margin-top: 0;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 60px;
  text-shadow: 1px 1px 0 #3c3c3c;
  background: 0;
}

#unidebSlideshow .carousel-control .fa {
  position: absolute;
  top: calc(50% - 45px);
}

#unidebSlideshow .carousel-control:hover {
 color: #789c17;
}

#unidebSlideshow .left.carousel-control {
  left: 0;
}

#unidebSlideshow .left.carousel-control .fa {
  right: 0;
}

#unidebSlideshow .right.carousel-control {
  right: 0;
}

#unidebSlideshow .right.carousel-control .fa {
  left: 0;
}

#unidebSlideshow .carousel-indicators {
  position: absolute;
  left: 30px;
  right: 30px;
  z-index: 15;
  margin-left: 0;
  padding-left: 0;
  width: auto;
  list-style: none;
  text-align: right;
}

#unidebSlideshow .carousel-indicators > li {
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  font-family: 'Noticia Text',sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 1px 1px 1px 4px;
  border: 1px solid #fff;
  border-radius: 0px;
  cursor: pointer;
  background-color: #3c3c3c;
  text-indent: 0;
  line-height: 17px;
}

#unidebSlideshow .carousel-indicators > li.active {
  background-color: #789c17;
}

#unidebSlideshow .carousel-caption {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-left: 20px;
  padding-right: 20%;
  font-family: 'Noticia Text',sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.0;
  text-shadow: 1px 1px 0 #3c3c3c;
  text-align: left;
}

#unidebSlideshow .carousel-caption.caption-bg {
    background-color: rgba(0,0,0,0.5);
}
