

/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  color: white;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: relative;
/*  display: none;*/
  width: auto;
  left: 0vw;
  bottom: 0vw;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
/*  display: block;*/
/*  height: auto;*/
/*  float: left;*/
/*  width: 100%;*/
/*  border-right: 0px;*/
  }

.rslides img {
	  /* Set rules to fill background */
/*  min-height: 100%;*/
/*  min-width: 1024px;*/
	
  /* Set up proportionate scaling */
/*  width: 100%;*/
/*  height: auto;*/
	
  /* Set up positioning */
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rslides li .front-title h4 {
    color: white;
    padding: 2px 2px 2px 40px;
	background-color: #7f7f7f;
    padding-right: 20px;
}

.rslides li .front-title {
    position: fixed;
    text-align: center;
}

.rslides li a {
    position: relative;
    bottom: 10%;
    left: 0%;
/*    margin: 30px;*/
}

.cover {
  object-fit: cover;
  min-width: 100vw;
  min-height: 100vh;
    
}

.centered {
    
}


@media screen and (max-width: 1024px) { /* Specific to this particular image */
/*
  .rslides img {
    left: 50%;
    margin-left: -512px;
  }
*/
}


@media screen and (min-width: 1024px) {
    
    .rslides li .front-title {
        font-size: 20px;
        text-align: center;
      }
}


