#slideshow {
}

#slideshow h4{
  text-align: left;
}

#slideshow .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
  background-color: #e0e0e8;
  color:#656590;
  font-size:18px;
  line-height:21px;
  padding:20px 0px;
}

#slideshow .left, #slideshow .right {
  text-align: center;
  width: 60px;
  font-size: 2em;
  cursor: pointer;
  color:#656590;
}


#slideshow .outer {
  width: 90%;
  overflow-x: hidden;
}

#slideshow .navigation {
  text-align: center;
  padding: 12px 0 12px 0;
}

#slideshow .navigation .bullet {
  padding: 0px 5px 0px 5px;
  cursor: pointer;
}

#slideshow .navigation .bullet .far {
  color: #ababc2;
}

#slideshow .navigation .bullet .fas {
  color: #656590;
}

#slideshow .inner {
  display: flex;
  flex-direction: row;
}

#slideshow .slide {
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  min-height: 300px;
  overlow-x: hidden;
}

#slideshow .slide-1 {

}

#slideshow .slide-2 {

}

#slideshow .slide-3 {

}

.tablet{
  width: 100%;
  max-width: 260px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  margin-top: 20px;
}
