
.Slides-review {
  display: none;
}

/* Slideshow container */
.slideshow-container-review {
  width: 80%;
  padding: 90px;
}


/* Number text (1/3 etc) */
.numbertext-review {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;

  top: 0;
}


.Slides-review>img{
  max-height: 500px;
}
.active-review {
  background-color: #717171;
}

@media only screen and (max-width: 900px){
  .slideshow-container-review {
     
    justify-content: center;
    padding: 0px;
     width: 100%;
    padding-top: 30px;
}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .text-review {
    font-size: 11px;
  }
  .slideshow-container-review {
    justify-content: center;
    width: 100%;
    padding-top: 10%;
    padding: 0;
   
  }

  
}