 {box-sizing: border-box}
/* body {font-family: Verdana, sans-serif; margin:0} */
/* .mySlides {display: none} */
/* img {vertical-align: middle;} */


/* Slideshow container */
.slideshow-container {
  height: 20vh;
  position: relative;
  margin: auto;
  width: inherit;
  max-width: 60%;
  display: flex;
}

.quote-container{
margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-left: -12%;
  margin-right: -12%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #f296ad;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  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 {
  color: #f6eee2;
}


/* The dots/bullets/indicators */

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 10px}
}

@media (max-height: 599px) and (min-width: 851px){  
  .slideshow-container {
    max-width: 70%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    margin-left: -12%;
    margin-right: -12%;
  }
}

@media (max-height: 800px) and (min-width: 851px) and (max-width:1000px) {  
  .slideshow-container {
    padding-bottom: 0.4em;
    max-width: 75%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media (min-height: 600px) and (max-height: 800px) and (min-width: 1001px) and (max-width: 1400px) {  
  .slideshow-container {
    padding-bottom: 0.4em;
    max-width: 75%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    margin-left: -10%;
    margin-right: -10%;
  }
}

@media (max-width: 851px) { 
  .slideshow-container {
    height: 25%;
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 80%;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    margin-left: -12%;
    margin-right: -12%;
    cursor: pointer;
    position: absolute;
    top: 48%;
    width: auto;
    padding: 16px;
  }
}
