.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -200;
}

  .slideshow-container .slideshow {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

    .slideshow-container .slideshow .slides {
      width: 100%;
      height: 100%;
      padding: 0 !important;
      zoom: 1;
      z-index: 3;
    }

      .slideshow-container .slideshow .slides > li {
        width: 100%;
        height: 100%;
        display: none;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
      }

      .slideshow-container .slideshow .slides:after {
        content: '.';
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
      }

      html[xmlns] .slideshow-container .slideshow .slides {
        display: block;
      }

      * html .slideshow-container .slideshow .slides {
        height: 1%;
      }

.home-bg {
  position: relative;
  z-index: 1;
}