.slideshow-container{
    background-color: rgba(255,255,255,0.0);
    top: 80px;
    height: auto;
    max-width: 1111px;
    position: relative;
    margin: 0;
    left: 138px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: 'Roboto',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: italic;
    font-size: 40.0px;
    color: rgba(19,25,36,1.0);
    text-align: left;
    line-height: 30.0px;
    
}

.mySlides {
    display: none;
}

.quote{
    line-height: 47px;
}

.by{
    margin-top: 30px;
    font-family: Helvetica,Arial,serif;
    font-weight:lighter;
    font-style: italic;
    font-size: 30.0px;
    line-height: 35.0px;
    color: rgba(99,109,128,1.0);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top: 70px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active {
  background-color: #717171;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev{
    left: -35px;
}

/* Position the "next button" to the right */
.next {
  right: -35px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  padding: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .slideshow-container{
    background-color: rgba(255,255,255,0.0);
    top: 80px;
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
    left: 0px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: 'Roboto',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20.0px;
    color: rgba(19,25,36,1.0);
    text-align: left;
    line-height: 0.0px;
    
}

.mySlides {
    display: none;
}

.quote{
    line-height: 22px;
}

.by{
    margin-top: 30px;
    font-family: Helvetica,Arial,serif;
    font-weight:lighter;
    font-style: italic;
    font-size: 15.0px;
    line-height: 25.0px;
    color: rgba(99,109,128,1.0);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top: 70px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active {
  background-color: #717171;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  
  display: none;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev{
    left: -35px;
}

/* Position the "next button" to the right */
.next {
  right: -35px;
  border-radius: 3px 0 0 3px;
  height: 32px;
  width: 32px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  padding: 10px;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
    .slideshow-container{
    background-color: rgba(255,255,255,0.0);
    top: 80px;
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
    left: 10px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: 'Roboto',Helvetica,Arial,serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20.0px;
    color: rgba(19,25,36,1.0);
    text-align: left;
    line-height: 0.0px;
    
}

.mySlides {
    display: none;
}

.quote{
    line-height: 22px;
}

.by{
    margin-top: 30px;
    font-family: Helvetica,Arial,serif;
    font-weight:lighter;
    font-style: italic;
    font-size: 15.0px;
    line-height: 25.0px;
    color: rgba(99,109,128,1.0);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top: 70px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active {
  background-color: #717171;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  
  display: none;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev{
    left: -35px;
}

/* Position the "next button" to the right */
.next {
  right: -35px;
  border-radius: 3px 0 0 3px;
  height: 32px;
  width: 32px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  padding: 10px;
}
    
}

