.slideshow_container#slideshow .slideshow.slideshow-1 {
  padding: 0;
  max-width: 1920px;
}

.slideshow_container#slideshow .slides_container > .slide.slide-1 {
  padding: 0;
  height: 500px;
  background-color: transparent;
  background-image: url(../images/small/5656.jpg);
  background-position: 75% center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.slideshow_container#slideshow .slides_container > .slide.slide-2 {
  padding: 0;
  height: 500px;
  background-color: transparent;
  background-image: url(../images/small/conservatory-19.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.slideshow_container#slideshow .slides_container > .slide.slide-3 {
  padding: 0;
  height: 500px;
  background-color: transparent;
  background-image: url(../images/small/6129.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.slideshow_container#slideshow .slides_container > .slide.slide-4 {
  padding: 0;
  height: 500px;
  background-color: transparent;
  background-image: url(../images/small/diner-no-wires.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.slideshow_container#slideshow .slides_container > .slide.slide-5 {
  padding: 0;
  height: 500px;
  background-color: transparent;
  background-image: url(../images/small/IMG_5674.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.slideshow_container#slideshow .slides_container > .slide.slide-6 {
  padding: 0;
  height: 500px;
  background-color: transparent;
  background-image: url(../images/small/managers-3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.slideshow_container#slideshow > .slideshow .slider-container.ContControls {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: auto;
  z-index: 100;
  margin-top: 220px;
  padding: 5px;
  background-color: rgba(25, 123, 48, .8);
}

.slideshow_container#slideshow .coffee-slider-previous.controls {
  display: inline-block;
  width: auto;
  height: 40px;
}

.slideshow_container#slideshow .coffee-slider-next.controls {
  display: inline-block;
  width: auto;
  height: 40px;
}

@media screen and (min-width: 640px) {
  .slideshow_container#slideshow .slides_container > .slide.slide-5 {
    background-image: url(../images/big/28.jpg);
  }

  .slideshow_container#slideshow .slides_container > .slide.slide-1 {
    background-image: url(../images/big/5656.jpg);
    background-position: center center;
  }

  .slideshow_container#slideshow .slides_container > .slide.slide-2 {
    background-image: url(../images/big/conservatory-19.jpg);
  }

  .slideshow_container#slideshow .slides_container > .slide.slide-3 {
    background-image: url(../images/big/6129.jpg);
  }

  .slideshow_container#slideshow .slides_container > .slide.slide-4 {
    background-image: url(../images/big/diner-no-wires.jpg);
  }

  .slideshow_container#slideshow .slides_container > .slide.slide-6 {
    background-image: url(../images/big/managers-3.jpg);
  }
}.slide {
  display: none;
}
.slide.active {
  display: block;
}
