/*.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    left: -5px;
    background: #fff;
}*/
.caption1{
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:10;
    width: 100%;
    color:white;
    background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.75);
    background-color: rgba(80, 80, 80, 0.75);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    padding: 10px;
}
/*a{
    font-size:28px;
}
a:hover{
    color: pink;
}*/
/*body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
.bx-viewport, .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}
.carousel {
  height: 100%;
  margin: 0;
  padding: 0;
}
.carousel__slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel__pager {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.carousel__pager li {
  list-style-type: none;
}
.carousel__pager-item {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 0;
  border-radius: 100px;
  border: 1px solid white;
}
.carousel__pager-item.active {
  background: red;
  border: 1px solid transparent;
}
*/