/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
    position: relative;
  display: block;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 500px; /* <= set max-height here */
  max-height: 80%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  }

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

  .rslides li::after {
    content: "";
    background: #333;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }

.rslides li h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    color: white;
    width: 1100px;
    max-width: 100%;
    text-align: center;
    font-size: 2.7em;
    color: white;
    text-shadow: 1px 1px 5px #333;
}

.rslides li h1 small {
    font-size: 0.7em;
}
