/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 600px;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides_div {
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.8);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.rslides_div .rslides_title {
  display: block;
  margin-top: 3em;
}

.rslides_div .rslides_title h2 {
  font-size: 48px;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  display: block;
  text-shadow: 0 0 5px #798285,
    0 0 10px #798285,
    0 0 15px #798285;
}

.rslides_line {}

.rslides_a {
  width: 65px;
  height: 65px;
  line-height: 58px;
  background: #7aaf58;
  border-radius: 50%;
  display: inline-block !important;
  padding-top: 10px;
}

.rslides_a img {
  vertical-align: text-bottom;
  width: 60%;
  height: auto;
}

@media(max-width:1280px) {
  .rslides li {
    height: 500px;
  }

  .rslides_div .rslides_title h2 {
    font-size: 42px;
  }
}

@media(max-width:1024px) {
  .rslides li {
    height: 420px;
  }

  .rslides_div .rslides_title h2 {
    font-size: 36px;
  }

  .rslides_div .rslides_title {
    margin-top: 0;
  }

}


@media(max-width:860px) {
  .rslides li {
    height: 340px;
  }

  .rslides_div .rslides_title h2 {
    font-size: 32px;
  }


}

@media(max-width:414px) {
  .rslides li {
    height: 300px;
  }

  .rslides_div .rslides_title h2 {
    font-size: 24px;
  }

  .rslides_a {
    width: 60px;
    height: 60px;
    line-height: 50px;
  }


}