.slideshow-container{
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

.slide{
  display: none;
  box-sizing: border-box;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  user-select: none;
  box-sizing: border-box;
}

.next{
  right: 0;
}


.dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
}

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