#wrapper-slide-caption {
  background-color: black;
  padding-bottom: 80px;
  width: 500px;
  height: 340px;
  border: 1px solid white;
  overflow: hidden;
}

@media screen and (max-width: 930px) {
  #wrapper-slide-caption {
    width: 500px;
  }
}

@media screen and (max-width: 520px) {
  #wrapper-slide-caption {
    width: 98%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  #wrapper-slide-caption {
    display: none;
  }
  #wrapper-header {
    padding: 0px;
  }
}

ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
  display: none;
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: black;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
  position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  right: 2%;
  margin-top: 34.2%;
  background-color: transparent;
  height: 28px;
  width: 28px;
  outline: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  left: 77.6%;
  margin-top: 34.2%;
  background-color: transparent;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  outline: 0;
  height: 28px;
  width: 28px;
}

ul.bjqs-controls.v-centered li.bjqs-next a:hover {
  opacity: 0.6;
}

ul.bjqs-controls.v-centered li.bjqs-prev a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 520px) {
  ul.bjqs-controls.v-centered li.bjqs-prev a, ul.bjqs-controls.v-centered li.bjqs-next a {
    display: none;
  }
}

ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 400px;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  display: inline-block;
}

/* ##### */
/* IMAGE */
/* ##### */
.bjqs img {
  width: 100%;
}

.bjqs li {
  width: 100%;
}

/* ######### */
/* END IMAGE */
/* ######### */
/* ####### */
/* CAPTION */
/* ####### */
p.bjqs-caption {
  text-align: left;
  display: block;
  width: 75%;
  height: auto;
  margin-left: 7px;
  position: relative;
  color: white;
  font-size: 16px;
  margin-top: 3px;
  line-height: 1.1;
  font-family: Arial;
  font-size: 22px;
  color: #FFFFCC;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

@media screen and (max-width: 520px) {
  p.bjqs-caption {
    width: 99%;
  }
}

@media screen and (max-width: 400px) {
  p.bjqs-caption {
    line-height: 1.3;
  }
}

/* ########### */
/* END CAPTION */
/* ########### */
#banner-fade, #banner-slide {
  background-color: black;
}

ul.bjqs-controls.v-centered li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.bjqs-markers {
  display: none;
}
