﻿#rec-slider .slideshow-container {
  position: relative;
 
}
/* Slides */
.mySlides {
  display: none;
  padding: 1px;
  text-align: center;
  margin-left:30px;
  margin-right:30px;
  height: 160px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  left: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

#rec-slider
/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #c8cfd9;
}
#rec-slider .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
#rec-slider
.active, .dot:hover {
  background-color: #717171;
}
.author {
  padding-top: 10px;
  font-size: 22px;
  color:#0e0e0e;
}
.authorName {
  font-weight: bold;  
}
@media (max-width: 992px) {
  .mySlides {
    height: 195px;
  }   
}
@media (max-width: 760px) {
  .mySlides {
    display: none;
    padding: 1px;
    text-align: center;
    margin-left:30px;
    margin-right:30px;
    height: 200px;
  }   
}

@media (max-width: 680px) {
  .mySlides {
    height: 235px;
  }   
}
@media (max-width: 570px) {
  .mySlides {
    height: 260px;
  }   
}
@media (max-width: 530px) {
  .mySlides {
    height: 290px;
  }   
}
@media (max-width: 470px) {
  .mySlides {
    height: 350px;
  }   
}
@media (max-width: 415px) {
  .mySlides {
    height: 410px;
  }   
}
@media (max-width: 375px) {
  .mySlides {
    height: 470px;
  }   
}
@media (max-width: 345px) {
  .mySlides {
    height: 360px;
  }   
}
@media (max-width: 311px) {
  .mySlides {
    height: 380px;
  }   
}
@media (max-width: 303px) {
  .mySlides {
    height: 460px;
  }   
}