/* Text Elements */

h4.slider-heading-4.pic-heading {
  position: absolute;
  top: 0;
  padding-top: 9px;
  padding-bottom: 7px;
  width: 100%;
  height: auto;
  border-bottom-width: 1px;
  border-bottom-color: #766fa3;
  background-color: rgba(39, 37, 54, .7);
  color: #c5c4cc;
  text-align: center;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}

.slideshow.show-in-container {
  padding: 0;
  max-width: none;
  max-height: none;
}

.slides_container > .slide.slide-1 {
  padding-right: 0;
  padding-left: 0;
  max-height: none;
  width: auto;
  height: auto;
  background-image: url(../images/bground.jpg);
  background-repeat: repeat;
}

.slides_container > .slide {
  padding: 0;
}

div.responsive-slider-picture.picture-1 {
  position: static;
  max-height: none;
}

.slideshow_container.slideshow-container-1 {
  position: static;
}

@media screen and (max-width: 600px) {
  /* Text Elements */

  h4.slider-heading-4.pic-heading {
    padding-top: 8px;
    padding-bottom: 5px;
    height: auto;
    font-size: 22px;
  }
}.slide {
  display: none;
}
.slide.active {
  display: block;
}
